Update README for gradle and AS

This commit is contained in:
Dominik Schürmann 2015-01-21 10:05:20 +01:00
parent bfc35691b6
commit 7ff4b9b4cd

View File

@ -4,9 +4,23 @@ F-Droid Client
Client for [F-Droid](https://fdroid.org), the Free Software repository system
for Android.
Building from source with Gradle
--------------------------------
Building from source
--------------------
Once you have checked out the version you wish to build, install gradle on your system and run:
```
git submodule update --init
gradle build
```
Android Studio
--------------
From Android Studio: File -> Import Project -> Select the cloned top folder
Building from source with Ant
-----------------------------
The only required tools are the [Android SDK](http://developer.android.com/sdk/index.html) and Apache Ant.
@ -19,10 +33,6 @@ cd F-Droid
ant clean release
```
The project itself supports Gradle, but some of the libraries it uses don't.
Hence it is currently not possible to build F-Droid with Gradle in a clean way
without manual interaction.
Direct download
---------------