Link to the in-use Syncthing org

This commit is contained in:
Carsten H 2015-03-06 15:14:29 +01:00
parent 0ed7e221f8
commit 538e3017e9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ To check for updated gradle dependencies, run `gradle dependencyUpdates`. Additi
To get Syncthing app for Android running on you device/emulator the native syncthing binary has to be available. There are multiple ways to get the native syncthing binary:
- open the Syncthing apk (the one taken from the play store) 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` or `syncthing-linux-armv5` from [syncthing releases](https://github.com/calmh/syncthing/releases), and extract the binary to `libs/x86/libsyncthing.so` or `libs/armeabi/libsyncthing.so` respectively.
- Depending on your target architecture, download `syncthing-linux-386` or `syncthing-linux-armv5` from [syncthing releases](https://github.com/syncthing/syncthing/releases), and extract the binary to `libs/x86/libsyncthing.so` or `libs/armeabi/libsyncthing.so` respectively.
### Development Notes