summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-03-15 01:39:16 +0100
committerBruno Haible <bruno@clisp.org>2009-03-15 01:39:16 +0100
commit5fb5bf6c1bdef7fd7d3127792ffe1e7fc8d5ef2e (patch)
tree5a40bdecee086a8c5a721a933b69063663f31340 /HACKING
parent4005e5b6170ebfef9fc739c632e2d310981f62b1 (diff)
downloadlibunistring-5fb5bf6c1bdef7fd7d3127792ffe1e7fc8d5ef2e.tar.gz
Info for hackers and contributors.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING44
1 files changed, 44 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..4c557c7
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,44 @@
+All you need to know when hacking (modifying) GNU libunistring or when building
+it off a git checkout.
+
+
+Requirements
+============
+
+You will need reasonably recent versions of the build tools:
+
+ * A C compiler. Such as GNU GCC.
+ + Homepage:
+ http://gcc.gnu.org/
+
+ * GNU automake
+ + Homepage:
+ http://www.gnu.org/software/automake/
+
+ * GNU autoconf
+ + Homepage:
+ http://www.gnu.org/software/autoconf/
+
+ * GNU m4
+ + Homepage:
+ http://www.gnu.org/software/m4/
+
+ * GNU gperf
+ + Homepage:
+ http://www.gnu.org/software/gperf/
+
+ * Perl
+ + Homepage:
+ http://www.perl.org/
+
+ * Either an internet connection or a recent copy of GNU gnulib.
+ + Homepage:
+ http://www.gnu.org/software/gnulib/
+
+And, of course, the packages listed in the DEPENDENCIES file.
+
+
+Sources
+=======
+
+Most of the sources have their origin in gnulib.