bamtools icon indicating copy to clipboard operation
bamtools copied to clipboard

Build and test for Linux/ARM64

Open odidev opened this issue 11 months ago • 0 comments

Description

For aarch64 platform, I have built "bamtools" from source.

Steps

Following STEPS (Building and installing - pezmaster31/bamtools GitHub Wiki (github-wiki-see.page)) were used for the building and installation:

1.sudo apt update
2.sudo apt install build-essential git zlib1g-dev
3.git clone https://github.com/pezmaster31/bamtools.git
4.cd bamtools
5.mkdir build && cd build
6.cmake ..
7.make
8.make isntall

Outcome

To validate that the build was successful we ran "bamtools --version” command.
All this information is also added to ARM Dashboard Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

odidev avatar Dec 19 '24 05:12 odidev