From b7f15860dc913562fd2dc0b754db051cc5f2e25d Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sun, 19 Aug 2018 23:14:56 +0200 Subject: [PATCH] Update build instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a837b3a..7bb29e77 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,12 @@ A wrapper of [Syncthing](https://github.com/syncthing/syncthing) for Android. ### Build instructions Make sure you clone the project with -`git clone https://github.com/syncthing/syncthing-android.git --recursive`. Alternatively, run +`git clone https://github.com/Catfriend1/syncthing-android.git --recursive`. Alternatively, run `git submodule init && git submodule update` in the project folder. -Build Syncthing using `./gradlew buildNative`. Then use `./gradlew assembleDebug` or +A Linux VM, for example running Debian, is recommended to build this. + +Build Syncthing using `./gradlew cleanNative buildNative`. Then use `./gradlew assembleDebug` or Android Studio to build the apk. # License