summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 20:01:00 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 20:01:00 +0000
commit085594d14bfbbd97a27dbbbb07b814e36faa4fbc (patch)
treeb960cabcd64de14d6d04816e7b2e3278f52e6787
parent113b28bb98c13a5712ca86227c252df51cd0d222 (diff)
downloadbuildsystem-085594d14bfbbd97a27dbbbb07b814e36faa4fbc.tar.gz
buildsystem-085594d14bfbbd97a27dbbbb07b814e36faa4fbc.tar.bz2
Simple README about the shared build system
svn path=/trunk/tools/buildsystem/; revision=14013
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7730112
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+NetSurf shared build system
+===========================
+
+To install
+----------
+
+ make install [PREFIX=/somewhere]
+
+By default, PREFIX will be /opt/netsurf and this will be true for all
+makefiles which use the shared build infrastructure.
+
+To use
+------
+
+See the example in example/
+
+Note that PREFIX must be the same for when you compile/test/install
+anything using this build system as it was when you installed it in
+the first place.
+
+If it is not (or if packaging is getting in the way or similar) then
+simply set NSSHARED to the path to the shared build system (up to an
+including simply pointing at the directory containing this README) and
+the makefiles will work the rest out.