htop
htop copied to clipboard
Build and Test on Linux/Arm64
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/).
Any particular question related to this build, or is this purely informational?