# Note: depends on flex # Note: depends on bison # Note: depends on pkg-config # Note: depends on glib # Note: depends on Python2 wget -c http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.52/gobject-introspection-1.52.0.tar.xz tar -xJf gobject-introspection-1.52.0.tar.xz cd gobject-introspection-1.52.0 mkdir -p builddir cd builddir ../configure --prefix="/usr" make # Doesn't mind -j# make install