Wiki home
Editing page "
pygobject
"
Base on previous version:
0
-
550
-
1943
-
2029
-
2170
-
3062
-
3326
-
4090
# Note: depends on [pkg]gobject-introspection[/pkg] # Note: depends on [pkg]py2cairo[/pkg] or [pkg]pycairo[/pkg] wget -c [link]http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.14/pygobject-3.14.0.tar.xz[/link] tar -xJf pygobject-3.14.0.tar.xz cd pygobject-3.14.0 mkdir -p build-python3 cd build-python3 if ../configure --prefix="/usr" --with-python=python3 --enable-compile-warnings=no; then make # Doesn't mind -j# make install fi cd .. mkdir -p build-python2 cd build-python2 if ../configure --prefix="/usr" --with-python=python2 --enable-compile-warnings=no; then make # Doesn't mind -j# make install fi
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page