README: add information about building EteSync

Fixes #107
pull/108/head
Tom Hacohen 4 years ago committed by GitHub
parent 55516d6a96
commit 3742edad18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,6 +21,19 @@ Please see the [EteSync website](https://www.etesync.com) for more information.
EteSync is licensed under the [GPLv3 License](LICENSE).
# Building
EteSync uses `git-submodules`, so cloning the code requires slightly different commands.
1. Clone the repo: `git clone --recurse-submodules https://github.com/etesync/android etesync-android`
2. Change to the directory `cd etesync-android`
3. Open with Android studio or build with gradle:
1. Android studio (easier): `android-studio .`
2. Gradle: `./gradlew assembleDebug`
To update the code to the latest version, run: `git pull --rebase --recurse-submodules`
Third Party Code
================

Loading…
Cancel
Save