There was an error while loading. Please reload this page.
This builds the library based on the G++ compiler and its supplemental packages. This will allow you to build native binaries for
x86
x86_64
arm
arm64
ppc64
Starting point: A clean Ubuntu install with latest patches applied, one of:
(other platforms will work, but the package names and commands may vary)
sudo apt-get install mingw-w64 binutils-mingw-w64-i686
mingw32
mvn -P mingw32
sudo apt-get install mingw-w64
mvn -P mingw64
## TODO
sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
armhf
mvn -P armhf
sudo apt-get install g++-aarch64-linux-gnu
aarch64
mvn -P aarch64
sudo apt-get install g++-powerpc64le-linux-gnu
mvn -P ppc64