electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 1f1844ac13235b39b04d7f7cf935747d25ab40a3
parent f3440f5a20bee6c64f738ffc32010e94ad8c6dab
Author: SomberNight <somber.night@protonmail.com>
Date:   Thu, 22 Feb 2018 13:08:48 +0100

kivy readme: manual download of crystax

Diffstat:
Mgui/kivy/Readme.md | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gui/kivy/Readme.md b/gui/kivy/Readme.md @@ -22,7 +22,7 @@ git merge agilewalker/master ``` ## 2. Install buildozer -Buildozer is a frontend to p4a. Luckily we don't need to patch it: +2.1 Buildozer is a frontend to p4a. Luckily we don't need to patch it: ```sh cd /opt @@ -31,6 +31,9 @@ cd buildozer sudo python3 setup.py install ``` +2.2 Download the [Crystax NDK](https://www.crystax.net/en/download) manually. +Extract into `/opt/crystax-ndk-10.3.2` + ## 3. Update the Android SDK build tools 3.1 Start the Android SDK manager: @@ -40,7 +43,7 @@ sudo python3 setup.py install 3.3 Close the SDK manager. -3.3 Reopen the SDK manager, scroll to the bottom and install the latest build tools (probably v27) +3.4 Reopen the SDK manager, scroll to the bottom and install the latest build tools (probably v27) ## 4. Install the Support Library Repository Install "Android Support Library Repository" from the SDK manager.