[Gegl-developer] building gegl

2021-01-27 Thread ian martins via gegl-developer-list
Hello all, I wanted to build gimp, which currently depends on gegl-0.4.28. I pulled the latest gegl tarball [1], but found that its "docs/build.txt" says to run "./configure" but there's no "configure." then I checked out the latest from git [2], but found that "docs/build.txt" says to run "./au

Re: [Gegl-developer] building gegl

2021-01-27 Thread Partha Bagchi via gegl-developer-list
Assuming you are familiar with setting environmental variables etc., this should get you started, I hope... for folder in babl gegl; do mkdir $BUILDDIR/$folder; cd $BUILDDIR/$folder echo "Now building $folder ..." meson $SOURCE/$folder --prefix=$PREFIX/$folder -Denable-gir=false -Dintrospection=fa