htop icon indicating copy to clipboard operation
htop copied to clipboard

Build and Test on Linux/Arm64

Open odidev opened this issue 5 months ago • 1 comments

For Aarch64 platform, I have built "Htop" from the source.

Steps

Following STEPS were used for the building and installation:


$ git clone https://github.com/htop-dev/htop.git && cd htop 

$ git checkout 1.0.3 

$ ./autoconf 

$ ./configure 

$ make 

Outcome

Htop binary got generated in the root of the project. The binary has been verified for aarch64 using “file” command.

To validate that the build was successful, we ran a version check. The version info returned matched expected value(s).


$ ./htop --version 

htop 1.0.3 - (C) 2004-2012 Hisham Muhammad 

Released under the GNU GPL. 

All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

odidev avatar Jul 17 '25 05:07 odidev

Any particular question related to this build, or is this purely informational?

BenBE avatar Jul 17 '25 08:07 BenBE