Update README for gradle and AS
This commit is contained in:
parent
bfc35691b6
commit
7ff4b9b4cd
22
README.md
22
README.md
@ -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
|
||||
---------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user