-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Problem
.
Proposal
Description
For aarch64 platform, I have built "libhelium" from source.
Steps
Following STEPS were used for the building and installation:
$ pip install --user gi-docgen
$ sudo apt update
$ sudo apt install -y \
build-essential \
meson \
valac \
libgtk-4-dev \
libgee-0.8-dev \
libglib2.0-dev \
gobject-introspection \
libadwaita-1-dev \
gobject-introspection \
libgirepository1.0-dev
$ sudo npm install -g sass
$ git clone https://github.com/tau-OS/libhelium.git
$ cd libhelium $$ git checkout 1.1.0
$ meson _build --prefix=/usr && cd _build
$ sudo ninja install
Outcome
Installation is successful. The generated executable can be verified for aarch64 with the file command, inside lib/ folder.
All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).
Prior Implementations (Optional)
No response
Metadata
Metadata
Assignees
Labels
No labels