summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorSven Neumann <s.neumann@raumfeld.com>2009-07-03 21:02:43 +0200
committerSven Neumann <s.neumann@raumfeld.com>2009-07-03 21:02:43 +0200
commitabb3f38d22f65d31dde55fe8448d1e8fc1a20373 (patch)
tree612ca2bc63c3ca259df7d9cbc5c78d8e98c2a950 /HACKING
parent920655676cf617c102c7dec077b692fd22344d63 (diff)
require automake >= 1.9.6 and libtool >= 1.5
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING19
1 files changed, 9 insertions, 10 deletions
diff --git a/HACKING b/HACKING
index 07b25366..d1dd4261 100644
--- a/HACKING
+++ b/HACKING
@@ -1,20 +1,19 @@
The git version of GEGL is known to work with the following autotools:
-- GNU autoconf 2.53
-- GNU automake 1.7.5
-- GNU libtool 1.4.3
+- GNU autoconf 2.54
+- GNU automake 1.9.6
+- GNU libtool 1.5
-Other versions of these tools probably work. Probably the tools that
-work for current versions of glib will work for gegl as well.
+Newer versions of these tools will probably work.
-To compile a git version of GEGL on your system, you will need to take several
-steps to setup the tree for compilation. You can do all these steps at once by
-running:
+To compile a git version of GEGL on your system, you will need to take
+several steps to setup the tree for compilation. You can do all these
+steps at once by running:
gegl> ./autogen.sh
-Basically this does the following for you (but see autogen.sh for exactly what
-is happening):
+Basically this does the following for you (but see autogen.sh for
+exactly what is happening):
gegl> aclocal
gegl> automake