From 2a42a6adc18a65ca96ba51c2d19ec0cabf7a6f8e Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Thu, 7 Aug 2014 08:37:00 +0100 Subject: [PATCH] Those instructions are wrong - replace with pointer to manual --- CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9f9c087cd2..6104fadcd0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,10 +18,7 @@ Please read through the [inclusion howto](https://f-droid.org/wiki/page/Inclusio This section includes some information on the fdroidserver repository as the tools contained in there can be used standalone to check and build local metadata files. ### Setting up fdroidserver and build tools -* Install [dependencies](https://gitlab.com/fdroid/fdroidserver/blob/master/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb). -* Clone the [fdroidserver repo](https://gitlab.com/fdroid/fdroidserver/). -* Of course you also need to have the [Android SDK](https://developer.android.com/sdk/) and the [Android NDK](https://developer.android.com/tools/sdk/ndk/) installed, upated and in your PATH environment variable. -* For gradle, you should download [recent and older versions](http://www.gradle.org/downloads) and set them up via [our gradle wrapper](https://gitlab.com/fdroid/fdroidserver/tree/master/buildserver/cookbooks/gradle/recipes). +* Follow the instructions in [the manual](https://f-droid.org/manual) ### Setting up fdroiddata and submitting apps * [Register on GitLab](http://gitlab.com)