Add Homebrew build instructions
This commit is contained in:
parent
e8a27d7947
commit
5afebbdcb2
10
BUILD.md
10
BUILD.md
|
@ -6,9 +6,12 @@ Cairo, and GLib. For example, on Ubuntu / Debian, you would do:
|
||||||
whereas on Fedora, RHEL, CentOS, and other Red Hat based systems you would do:
|
whereas on Fedora, RHEL, CentOS, and other Red Hat based systems you would do:
|
||||||
* sudo yum install gcc gcc-c++ freetype-devel glib2-devel cairo-devel
|
* sudo yum install gcc gcc-c++ freetype-devel glib2-devel cairo-devel
|
||||||
|
|
||||||
or using MacPorts:
|
on the Mac, using MacPorts:
|
||||||
* sudo port install freetype glib2 cairo
|
* sudo port install freetype glib2 cairo
|
||||||
|
|
||||||
|
or using Homebrew:
|
||||||
|
* brew install freetype glib cairo
|
||||||
|
|
||||||
If you are using a tarball, you can now proceed to running configure and make
|
If you are using a tarball, you can now proceed to running configure and make
|
||||||
as with any other standard package. That should leave you with a shared
|
as with any other standard package. That should leave you with a shared
|
||||||
library in src/, and a few utility programs including hb-view and hb-shape
|
library in src/, and a few utility programs including hb-view and hb-shape
|
||||||
|
@ -21,5 +24,8 @@ on Ubuntu / Debian:
|
||||||
and on Fedora, RHEL, CentOS:
|
and on Fedora, RHEL, CentOS:
|
||||||
* sudo yum install autoconf automake libtool pkgconfig ragel gtk-doc
|
* sudo yum install autoconf automake libtool pkgconfig ragel gtk-doc
|
||||||
|
|
||||||
or using MacPorts:
|
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:
|
||||||
|
* brew port install autoconf automake libtool pkgconfig ragel gtk-doc
|
||||||
|
|
Loading…
Reference in New Issue