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=false -Dwith-docs=false && ninja install
echo "... Done building $folder"
done
mkdir $BUILDDIR/$folder; cd $BUILDDIR/$folder
echo "Now building $folder ..."
meson $SOURCE/$folder --prefix=$PREFIX/$folder -Denable-gir=false -Dintrospection=false -Dwith-docs=false && ninja install
echo "... Done building $folder"
done
On Wed, Jan 27, 2021 at 10:19 AM ian martins via gegl-developer-list <gegl-developer-list@xxxxxxxxx> wrote:
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 "./autogen.sh" but that also doesn't
exist.
where are these files?
I see there's a meson.build in the gegl base directory. is that how it
is done now? if so, are there instructions?
[1] https://download.gimp.org/pub/gegl/0.4/
[2] https://gitlab.gnome.org/GNOME/gegl/
_______________________________________________
gegl-developer-list mailing list
List address: gegl-developer-list@xxxxxxxxx
List membership: https://mail.gnome.org/mailman/listinfo/gegl-developer-list
_______________________________________________ gegl-developer-list mailing list List address: gegl-developer-list@xxxxxxxxx List membership: https://mail.gnome.org/mailman/listinfo/gegl-developer-list