[README.python] Add package name for gobject-introspection on Ubuntu
This commit is contained in:
parent
82010a4bdb
commit
c60f3c8e11
|
@ -1,6 +1,10 @@
|
||||||
To enable HarfBuzz bindings for Python among other languages, make sure
|
To enable HarfBuzz bindings for Python among other languages, make sure
|
||||||
you have latest version of gobject-introspection compiled, and then
|
you have latest version of gobject-introspection available. On Ubuntu,
|
||||||
run autogen.sh (if building from git), and then:
|
you can install that this way:
|
||||||
|
|
||||||
|
sudo apt-get install libgirepository1.0-dev
|
||||||
|
|
||||||
|
And then run autogen.sh (if building from git), and then:
|
||||||
|
|
||||||
./configure --with-gobject --enable-introspection
|
./configure --with-gobject --enable-introspection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue