mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Merge branch 'master' of github.com:Nutomic/syncthing-android
This commit is contained in:
commit
e82df63793
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ A port of [syncthing](https://github.com/calmh/syncthing) to Android.
|
|||
## Building
|
||||
|
||||
There are multiple ways to get the native syncthing binary:
|
||||
- open a syncthing apk running on your device as a zip, extract the `lib/` folder into your project directory and rename it to `libs/`.
|
||||
- Depending on your target architecture, download `syncthing-linux-386`, `syncthing-linux-armv5`, `syncthing-linux-armv7` or `syncthing-linux-mips` from [syncthing releases](https://github.com/calmh/syncthing/releases), and extract the binary to `libs/x86/libsyncthing.so`, `libs/armeabi-v7a/libsyncthing.so`, `libs/armeabi/libsyncthing.so` or `libs/mips/libsyncthing.so` respectively.
|
||||
- Set up a syncthing compile and run `gradle buildNative` in your syncthing-android directory.
|
||||
|
||||
|
|
Loading…
Reference in a new issue