diff --git a/SparkleShare/Mac/README.md b/SparkleShare/Mac/README.md index 5e77e778..bcc411a3 100644 --- a/SparkleShare/Mac/README.md +++ b/SparkleShare/Mac/README.md @@ -19,10 +19,10 @@ $ export PKG_CONFIG=/Library/Frameworks/Mono.framework/Versions/Current/bin/pkg- $ export PKG_CONFIG_PATH=/Library/Frameworks/Mono.framework/Versions/Current/lib/pkgconfig ``` -Install git, automake, libtool and intltool using MacPorts: +Install git, automake, libtool, pkgconfig and intltool using MacPorts: ```bash -$ sudo port install git-core automake intltool libtool +$ sudo port install git-core automake intltool pkgconfig libtool ``` Get a Git install, and place both the `bin` and `libexec` directories in `SparkleShare/Mac/git`.