X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README.python;h=cd312649dbcde47dbc4e2f49e245c58ab1de007b;hb=087e8c5d58be057cb77192932cd7fa8f7aacf1a5;hp=eabdf5bbb56dd0a0fa26671d27ce8ae8e8d70cf3;hpb=4b524cd9449699e546a0991326d12ee2c915fab3;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/README.python b/README.python index eabdf5b..cd31264 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