libhelium icon indicating copy to clipboard operation
libhelium copied to clipboard

Build and test for Linux/ARM64

Open odidev opened this issue 7 months ago • 2 comments

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

odidev avatar Apr 23 '25 13:04 odidev

Are there any problems?

madonuko avatar Apr 23 '25 14:04 madonuko