From c60f3c8e1156fe7328d42851013cca97333c3bf7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 4 May 2015 23:10:32 -0700 Subject: [PATCH] [README.python] Add package name for gobject-introspection on Ubuntu --- README.python | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.python b/README.python index eabdf5bbb..cd312649d 100644 --- a/README.python +++ b/README.python @@ -1,6 +1,10 @@ To enable HarfBuzz bindings for Python among other languages, make sure -you have latest version of gobject-introspection compiled, and then -run autogen.sh (if building from git), and then: +you have latest version of gobject-introspection available. On Ubuntu, +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