From: Uwe Hermann Date: Sat, 14 Feb 2015 17:28:49 +0000 (+0100) Subject: sigrok-native-macosx: README: Document "brew link --force" requirements. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=90e4d615d5748fb67a258ff4d67dcbdf2f935b37;hp=a58f6b98a18181eb3c31ac023559c8cd07770e31 sigrok-native-macosx: README: Document "brew link --force" requirements. --- diff --git a/cross-compile/macosx/README b/cross-compile/macosx/README index 22fc612..23a4f87 100644 --- a/cross-compile/macosx/README +++ b/cross-compile/macosx/README @@ -17,8 +17,12 @@ Requirements - All requirements of the individual sigrok subprojects. - Homebrew (http://brew.sh) - Currently the script assumes that Homebrew is used and hardcodes certain - package versions and paths. + - Currently the script assumes that Homebrew is used and hardcodes certain + package versions and paths. + - You probably need to "brew link --force" certain packages that may be + available on your system (from Apple) but are required in newer versions + built by Homebrew: autoconf, automake, libtool, libffi (maybe others). + Without linking "libffi" for example, the check for pygobject3 will fail. Building