From df9fd9b7756289086f69d4625aa7e6467421aa9d Mon Sep 17 00:00:00 2001 From: fuwa Date: Thu, 24 Oct 2019 20:08:50 +0800 Subject: [PATCH] add more build doc --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c4d488..7e098f6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ A dumb android pruned full node for Wownero. ### Compile wownerod for android-arm64 +#### Docker + +##### Manual + ``` pushd . git clone https://github.com/wownero/wownero @@ -23,6 +27,14 @@ docker cp wownero-android:/src/build/release/bin . The binary needed is `./bin/wownerod`. +##### Per hash + +See `etc/scripts/build-wownero.sh`, modify the value of `version` per build. + +#### Debian based system similar to F-droid + +See the `wownero` task in `Makefile`. + ### Install flutter and make sure it's in path ### Compile CyberWOW @@ -43,7 +55,7 @@ touch cyberwow/native/output/x86_64/wownerod make build ``` -Resulting apk is in `cyberwow/build/app/outputs/apk/release/app-release.apk`. +The resulting apk is `cyberwow/build/app/outputs/apk/release/app-release.apk`. ## Donations