Jansi-1.11
Table 1 describes the Jansi version dependency.
- Compile the Jansi-native 1.5 source code.
- Download the Jansi-native 1.5 source package.
1wget https://github.com/fusesource/jansi-native/archive/jansi-native-1.5.tar.gz - Decompress the source package.
1tar -zxvf jansi-native-1.5.tar.gz
- Go to the Jansi-native source code directory.
1cd jansi-native-jansi-native-1.5
- Perform the compilation.
1mvn install -Dplatform=linux64
A JAR package is generated in the ./target directory.
- Copy jansi-linux64-1.5.jar to the local Maven repository LOCAL_M2_PATH/org/fusesource/jansi/jansi-linux64/1.5/.
- Download the Jansi-native 1.5 source package.
- Compile the Jansi 1.11 source code.
- Download the Jansi 1.11 source package.
1wget https://github.com/fusesource/jansi/archive/jansi-project-1.11.tar.gz - Decompress the source package.
1tar -zxvf jansi-project-1.11.tar.gz
- Go to the Jansi 1.11 source code directory.
1cd jansi-jansi-project-1.11/jansi
- Perform the compilation.
1mvn install -Dmaven.javadoc.skip=true

A JAR package is generated in the ./jansi/target/jansi-1.11.jar directory.

- Download the Jansi 1.11 source package.
Parent topic: Compiling the Source Code