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