10-16-2017, 09:36 PM
In my notes, to build Babl/Gegl, you need to execute
Babl
Gegl
Where $PREFIX is a variable telling the directory where the executables will be installed (/gimp-dev/install, for me). Adjust "-j" according to local possibilities
A pretty good writeup to generate Gimp: http://ninedegreesbelow.com/photography/...tists.html
Babl
Code:
./autogen.sh --prefix=$PREFIX --disable-docs
make -j6
make -j6 install
Code:
./autogen.sh --prefix=$PREFIX --enable-gtk-doc-html=no --enable-workshop
make -j6
make -j6 install
Where $PREFIX is a variable telling the directory where the executables will be installed (/gimp-dev/install, for me). Adjust "-j" according to local possibilities
A pretty good writeup to generate Gimp: http://ninedegreesbelow.com/photography/...tists.html