From 7ff4b9b4cd9269a6d644be691408b080576bf0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 21 Jan 2015 10:05:20 +0100 Subject: [PATCH] Update README for gradle and AS --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d48e2ee11..ad2ac67c2 100644 --- a/README.md +++ b/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 ---------------