Updated Slovenian translation
[gegl.git] / HACKING
blobd1dd4261387c4bc2658da32c45ab4df37ff845f9
1 The git version of GEGL is known to work with the following autotools:
3 - GNU autoconf 2.54
4 - GNU automake 1.9.6
5 - GNU libtool 1.5
7 Newer versions of these tools will probably work.
9 To compile a git version of GEGL on your system, you will need to take
10 several steps to setup the tree for compilation.  You can do all these
11 steps at once by running:
13 gegl> ./autogen.sh
14    
15 Basically this does the following for you (but see autogen.sh for
16 exactly what is happening):
18 gegl> aclocal 
19 gegl> automake 
20 gegl> autoconf 
21 gegl> configure
23 The autogen in GEGL also uses ruby to generate some of the plug-ins, and
24 the API reference.
26 Before running autogen.sh, make sure you have libtool in your path.  
28 Note that autogen.sh runs configure for you. If you wish to pass options 
29 to configure you can give those options to autogen.sh and they
30 will be passed on.