mirror of
https://github.com/Qortal/pirate-litewalletjni.git
synced 2025-01-27 09:12:15 +00:00
Pirate LiteWalletJNI build system for Qortal
src | ||
.gitignore | ||
LICENSE | ||
README.md |
Pirate Chain LiteWalletJNI Build System
Based on code from https://github.com/PirateNetwork/cordova-plugin-litewallet
Adapted in July 2022 by Qortal dev team
Native Builds
cd src/
cargo build --release
ls -l target/release
Cross Compilation via Docker
cd src/
./build-docker.sh
./crosscompile.sh
ls -l target