mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 12:05:53 +00:00
Merge pull request #785 from begetan/master
Update README.md with buld instructions (question #776)
This commit is contained in:
commit
9930f93311
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ Translations can be updated using the [Transifex client](http://docs.transifex.c
|
|||
|
||||
### Build instructions
|
||||
|
||||
This repository is using external dependencies so you have to initialize all submodules with --recursive option first time: `git clone https://github.com/syncthing/syncthing-android.git --recursive`.
|
||||
|
||||
Set the `ANDROID_NDK` environment variable to the Android NDK folder (e.g. `export ANDROID_NDK=/opt/android_ndk`).
|
||||
Build Go and Syncthing using `./make-all.bash`.
|
||||
Use `./gradlew assembleDebug` in the project directory to compile the APK.
|
||||
|
|
Loading…
Reference in a new issue