mirror of
https://github.com/Qortal/pirate-litewalletjni.git
synced 2025-01-29 02:02:14 +00:00
367 B
367 B
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