summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-03 16:55:52 +0200
committerBruno Haible <bruno@clisp.org>2009-05-03 16:56:09 +0200
commit74deaa1963cb892a8b506f170ca94058756e4a5f (patch)
tree94604c929eba912513864381cd7a1137e6f3fcc1 /HACKING
parent74f0ce6f023f65b2073895dcda09af5388b194b1 (diff)
downloadlibunistring-74deaa1963cb892a8b506f170ca94058756e4a5f.tar.gz
New configure option --disable-namespacing.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING12
1 files changed, 12 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 1796eab..5485a29 100644
--- a/HACKING
+++ b/HACKING
@@ -50,12 +50,24 @@ And, of course, the packages listed in the DEPENDENCIES file.
Then you can run the 'autogen.sh' script
+
Sources
=======
Most of the sources have their origin in gnulib.
+Building
+========
+
+See the INSTALL file for generic instructions.
+
+You can use the configure option --disable-namespacing to speed up the build
+by a factor of 1.5. The resulting library is not namespace-clean and
+therefore should not be installed (if you don't want to risk collisions
+with other libraries) and should certainly not be distributed.
+
+
Running the testsuite in valgrind
=================================