figtree icon indicating copy to clipboard operation
figtree copied to clipboard

Build and test for Linux/ARM64

Open odidev opened this issue 1 year ago • 0 comments

Description

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

Steps

Following steps were used for the building and installation:

$ wget https://github.com/rambaut/figtree/archive/refs/tags/v1.4.3.tar.gz 

$ tar -zxvf v1.4.3.tar.gz 

$ cd figtree-1.4.3 

$ Install JDK8 and setup JAVA_HOME. 

$ ant 

Outcome

Jars are formed inside dist/. To validate that the build was successful we ran "java -jar dist/figtree.jar", observed same behaviour on both aarch64 and x86_64.

All this information is also added to Software Ecosystem Dashboard for Arm.

odidev avatar Oct 17 '24 06:10 odidev