From 29d92c2e8eb64e580ede5744214a8d6d252f9aa6 Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Wed, 21 Nov 2012 12:55:08 +0900 Subject: [PATCH] Won't build if pkgconfig is not installed --- SparkleShare/Mac/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.