This package contains interactive and command-line programs for reading and writing files in the SIARD Format 2.2
For building the binaries, Java JDK (1.8 or higher) and Ant must have been installed - use one with the JavaFX extension! Adjust build.properties according to your system (if needed)
Run tests with
ant test
Create a release
ant release
Start the GUI
ch.admin.bar.siard2.gui.SiardGui
and click the play button in the left gutter../doc/manual/user/index.html contains the manual for using the binaries. ./doc/manual/developer/index.html is the manual for developers wishing to build the binaries or work on the code.
More information about the build process can be found in ./doc/manual/developer/build.html
Azul Zulu 1.8 Fx for Windows (64-bit)
mkdir "./jre"
wget https://cdn.azul.com/zulu/bin/zulu8.64.0.15-ca-fx-jre8.0.342-win_x64.zip -O ./jre/jre-win-64-bit.zip
Azul Zulu 1.8 FX for Windows (32-bit)
mkdir "./jre"
wget https://cdn.azul.com/zulu/bin/zulu8.64.0.15-ca-fx-jre8.0.342-win_i686.zip -O ./jre/jre-win-32-bit.zip
Linux Azul Zulu 1.8 (64-bit)
mkdir "./jre"
wget https://cdn.azul.com/zulu/bin/zulu8.64.0.15-ca-fx-jre8.0.342-linux_x64.tar.gz -O ./jre/jre-linux-64-bit.tar.gz
Linux Azul Zulu 1.8 (32-bit)
mkdir "./jre"
wget https://cdn.azul.com/zulu/bin/zulu8.64.0.15-ca-fx-jre8.0.342-linux_i686.tar.gz -O ./jre/jre-linux-32-bit.tar.gz