diff --git a/INSTALL b/INSTALL index 867ddd5..142af52 100644 --- a/INSTALL +++ b/INSTALL @@ -57,16 +57,24 @@ Then, do this:: Build on Mac OS X ----------------- -* Install the Apple Developer Tools. You need to register with a credit card in the Apple Store in order to download it. -* Install Qt5. You can get it from http://qt-project.org/downloads and choose the default location. -* Install liblo (compile from the tar.gz - it should install it to /usr/local) -* Install the GStreamer framework. You need the runtime and devel packages to be installed: -http://gstreamer.freedesktop.org/data/pkg/osx/1.2.4.1/gstreamer-1.0-devel-1.2.4.1-universal.pkg -http://gstreamer.freedesktop.org/data/pkg/osx/1.2.4.1/gstreamer-1.0-1.2.4.1-universal.pkg -http://gstreamer.freedesktop.org/data/pkg/osx/1.6.0/gstreamer-1.0-1.6.0-x86_64-packages.dmg -http://gstreamer.freedesktop.org/data/pkg/osx/1.6.0/gstreamer-1.0-1.6.0-x86_64.pkg -http://gstreamer.freedesktop.org/data/pkg/osx/1.6.0/gstreamer-1.0-devel-1.6.0-x86_64.pkg +NOTE: This has been tested on OS X 10.11 (El Capitan). + +Install tools and dependencies: + +1) Install the Apple Developer Tools + - You need to register with a credit card in the Apple Store in order to download it (no need to pay, but Apple needs your soul). +2) Install Qt5 + - You can get the open source version from http://www.qt.io/download-open-source/ + - Run the installer and choose the default location (which should be ~/Qt). + - Latest tested version: 5.5.1 +3) Install liblo + - Use the following guide: http://macappstore.org/liblo/ + - OR compile from the tar.gz - it should install it to /usr/local +4) Install the GStreamer framework. You need the runtime and devel packages to be installed: + - https://gstreamer.freedesktop.org/data/pkg/osx/1.6.0/gstreamer-1.0-1.6.0-x86_64.pkg + - https://gstreamer.freedesktop.org/data/pkg/osx/1.6.0/gstreamer-1.0-devel-1.6.0-x86_64.pkg + - http://gstreamer.freedesktop.org/data/pkg/osx/1.6.0/gstreamer-1.0-1.6.0-x86_64-packages.dmg Do this::