Minor
This commit is contained in:
parent
01a30a6aa9
commit
e21921a68a
9
BUILD.md
9
BUILD.md
|
@ -1,5 +1,4 @@
|
||||||
On Linux, install the development packages for
|
On Linux, install the development packages for FreeType,
|
||||||
[FreeType](http://www.freedesktop.org/wiki/Software/FreeType/),
|
|
||||||
Cairo, and GLib. For example, on Ubuntu / Debian, you would do:
|
Cairo, and GLib. For example, on Ubuntu / Debian, you would do:
|
||||||
* sudo apt-get install gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev
|
* sudo apt-get install gcc g++ libfreetype6-dev libglib2.0-dev libcairo2-dev
|
||||||
|
|
||||||
|
@ -30,4 +29,8 @@ on the Mac, using MacPorts:
|
||||||
* sudo port install autoconf automake libtool pkgconfig ragel gtk-doc
|
* sudo port install autoconf automake libtool pkgconfig ragel gtk-doc
|
||||||
|
|
||||||
or using Homebrew:
|
or using Homebrew:
|
||||||
* brew port install autoconf automake libtool pkgconfig ragel gtk-doc
|
* brew install autoconf automake libtool pkgconfig ragel gtk-doc
|
||||||
|
|
||||||
|
To build the Python bindings, you also need:
|
||||||
|
|
||||||
|
* brew install pygobject3
|
||||||
|
|
Loading…
Reference in New Issue