aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-20 22:20:43 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-20 22:20:43 +0100
commitaba0a3d0b1041bba012118852733da22c5924082 (patch)
tree32910d769e2d7fe454d617cb2ad03d10dcfac903 /README.md
parent77c635ea120957a22528d3d943a09f15c9230412 (diff)
downloadopen-keychain-aba0a3d0b1041bba012118852733da22c5924082.tar.gz
open-keychain-aba0a3d0b1041bba012118852733da22c5924082.tar.bz2
open-keychain-aba0a3d0b1041bba012118852733da22c5924082.zip
Add more information about build system
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3eb1583fb..29a8d35ff 100644
--- a/README.md
+++ b/README.md
@@ -158,10 +158,10 @@ see
We try to make our builds as [reproducible/deterministic](https://blog.torproject.org/blog/deterministic-builds-part-one-cyberwar-and-global-compromise) as possible.
When changing build files or dependencies, respect the following requirements:
-- No precompiled libraries. All libraries should be provided as sourcecode in "libraries" folder
-- No dependencies from Maven (also a soft requirement for inclusion in F-Droid)
-- Always use a fixed Android Gradle plugin version not a dynamic one, e.g. ``0.7.3`` instead of ``0.7.+``
-- Commit the corresponding gradle wrapper version to the repository
+* No precompiled libraries. All libraries should be provided as sourcecode in "libraries" folder (you never know what pre-compiled jar files really contain! The library files are currently directly commited, because git submodules/git subtree are too much of a hassle for new contributors. This could change in the future!)
+* No dependencies from Maven (also a soft requirement for inclusion in [F-Droid](https://f-droid.org))
+* Always use a fixed Android Gradle plugin version not a dynamic one, e.g. ``0.7.3`` instead of ``0.7.+`` (allows offline builds without lookups for new versions, also some minor Android plugin versions had serious issues, i.e. [0.7.2 and 0.8.1](http://tools.android.com/tech-docs/new-build-system))
+* Commit the corresponding [Gradle wrapper](http://www.gradle.org/docs/current/userguide/gradle_wrapper.html) to the repository (allows easy building for new contributors without the need to install the required Gradle version using a package manager)
### Translations