0

I have cloned the commons-crypto code from https://github.com/apache/commons-crypto. I want to know the build steps for this packages. Please let me know the all dependency for this package.

1 Answers1

0

We need to give an argument -D with architecture to build it for aarch64.

mvn -D aarch64 compile

openssl, JRE and java are required to build this package.

Jean-François Corbett
  • 37,420
  • 30
  • 139
  • 188