summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-01 19:02:41 +0200
committerBruno Haible <bruno@clisp.org>2009-05-01 19:02:41 +0200
commita5e5a3068605f089ad6cca005052b6ff3ddebca5 (patch)
treef18a6002bd90ba9be95ab8e9f240ef4d0250172b /HACKING
parent762d2dcffdc4cb172ba2088fde06d9f01c1d761c (diff)
downloadlibunistring-a5e5a3068605f089ad6cca005052b6ff3ddebca5.tar.gz
Clarify which gnulib version to use.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING8
1 files changed, 8 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index d0e1335..1796eab 100644
--- a/HACKING
+++ b/HACKING
@@ -36,11 +36,19 @@ You will need reasonably recent versions of the build tools:
http://www.perl.org/
* Either an internet connection or a recent copy of GNU gnulib.
+ In order to work with the HEAD of libunistring development, you need the
+ HEAD of the gnulib development.
+ In order to work with the version of libunistring at a given date, you need
+ the version of gnulib of the same date.
+ In order to work with a released tarball of libunistring, you need the
+ particular version of gnulib which is indicated in the GNULIB_GIT_COMMIT
+ variable in version.sh.
+ Homepage:
http://www.gnu.org/software/gnulib/
And, of course, the packages listed in the DEPENDENCIES file.
+Then you can run the 'autogen.sh' script
Sources
=======