1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-09 11:41:29 +00:00

Update build instructions

This commit is contained in:
Catfriend1 2018-08-19 23:14:56 +02:00 committed by GitHub
parent 31444129ea
commit b7f15860dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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