mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
19 lines
728 B
Markdown
19 lines
728 B
Markdown
## syncthing-android
|
|
|
|
A port of [syncthing](https://github.com/calmh/syncthing) to Android.
|
|
|
|
[![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=com.nutomic.syncthingandroid)
|
|
|
|
## Building
|
|
|
|
Setup [goandroid](https://github.com/eliasnaur/goandroid).
|
|
|
|
Then, apply `go.diff` to your local golang source, and compile it.
|
|
|
|
For syncthing, use [my fork](https://github.com/Nutomic/syncthing/tree/android).
|
|
|
|
To compile, run `./build.sh` (go cross compile) and `ant -f build.xml clean debug install run` (Android package).
|
|
|
|
## License
|
|
|
|
All code is licensed under the [MIT License](https://github.com/Nutomic/syncthing-android/blob/master/LICENSE).
|