Add libtool requirement to Mac build instructions

This commit is contained in:
Hylke Bons 2012-04-10 19:06:51 +03:00
parent d8ecdc5e81
commit b85014303e

View file

@ -116,10 +116,10 @@ $ export PKG_CONFIG=/Library/Frameworks/Mono.framework/Versions/Current/bin/pkg-
$ export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig $ export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig
``` ```
Install <tt>git</tt>, <tt>automake</tt>, and <tt>intltool</tt> using <tt>MacPorts</tt>: Install <tt>git</tt>, <tt>automake</tt>, <tt>libtool</tt> and <tt>intltool</tt> using <tt>MacPorts</tt>:
```bash ```bash
$ sudo port install git-core automake intltool $ sudo port install git-core automake intltool libtool
``` ```
Start the first part of the build: Start the first part of the build: