Pirate LiteWalletJNI build system for Qortal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
367 B

# Pirate Chain LiteWalletJNI Build System
Based on code from https://github.com/PirateNetwork/cordova-plugin-litewallet<br />
Adapted in July 2022 by Qortal dev team<br /><br />
### 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
```