Compilation Process
- Download the Commons Crypto 1.0.0 source code.
1wget https://github.com/apache/commons-crypto/archive/CRYPTO-1.0.0.tar.gz - Decompress the source code package.
1tar -zxvf CRYPTO-1.0.0.tar.gz
- Go to the directory generated after the decompression.
1cd commons-crypto-CRYPTO-1.0.0
- Perform compilation.
1mvn clean install -DskipTests
Parent topic: Commons Crypto Porting Guide (CentOS&openEuler)