summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-10-14 22:03:24 +0530
committerFlorian Dold <florian.dold@gmail.com>2019-10-14 22:21:56 +0530
commitab8503f11de99b030368d24faf7c8788de9eb84e (patch)
tree49c13e2b45c2ef1d2419bbee64abdb016dadb3df /README
parentc49278458aad2d2bfbf91b3e4ee4dd1650bf9601 (diff)
downloadbuild-common-ab8503f11de99b030368d24faf7c8788de9eb84e.tar.gz
build-common-ab8503f11de99b030368d24faf7c8788de9eb84e.tar.bz2
build-common-ab8503f11de99b030368d24faf7c8788de9eb84e.zip
build scripts as library
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 14 insertions, 1 deletions
diff --git a/README b/README
index fce232a..2b2e5a5 100644
--- a/README
+++ b/README
@@ -1 +1,14 @@
-shared build-system files for (some) parts of Taler.
+Shared build-system files for (some) parts of Taler.
+
+A repository using these build-system files should be structured as follows:
+
+<my-repository.git>
+- bootstrap (copied/adjusted from bootstrap.template)
+- build-system (directory containing build system "stuff")
+--| configure.py (copied/adjusted from bootstrap.template)
+--| taler-build-scripts (git submodule of taler-build-scripts)
+--| Makefile
+
+Makefile and configure.py can also be placed directly into the root of the
+repository. However, this might lead to errors when "make" can be invoked
+before bootstrap and configure has been done.