Commit 6e7d68f2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated gobject-introspection to 1.64.1

parent 86284785
all:
tar xf gobject-introspection-1.60.1.tar.xz
cd gobject-introspection-1.60.1 && ./configure --prefix=/usr --disable-static --with-python=/usr/bin/python3
$(MAKE) -C gobject-introspection-1.60.1
-$(MAKE) -C gobject-introspection-1.60.1 check
$(MAKE) -C gobject-introspection-1.60.1 install
rm -rf gobject-introspection-1.60.1
tar xf gobject-introspection-1.64.1.tar.xz
cd gobject-introspection-1.64.1 && ./configure --prefix=/usr --disable-static --with-python=/usr/bin/python3
$(MAKE) -C gobject-introspection-1.64.1
-$(MAKE) -C gobject-introspection-1.64.1 check
$(MAKE) -C gobject-introspection-1.64.1 install
rm -rf gobject-introspection-1.64.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment