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