From 403a00cd47646dacd00d74eb87596e9f22007dee Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Mon, 21 Dec 2015 21:07:23 -0500 Subject: [PATCH] Updated OS X Build Instructions (markdown) --- OS-X---Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OS-X---Build-Instructions.md b/OS-X---Build-Instructions.md index cb5572b..7139632 100644 --- a/OS-X---Build-Instructions.md +++ b/OS-X---Build-Instructions.md @@ -20,7 +20,7 @@ git clone git://github.com/tomahawk-player/tomahawk.git mkdir tomahawk/build && cd tomahawk/build export PATH=/usr/local/opt/qt5/bin:$PATH - cmake -DBUILD_WITH_QT4=OFF -DPC_ECHONEST_VERSION=2.3.0 .. + cmake -DBUILD_WITH_QT4=OFF -DPC_ECHONEST_VERSION=2.3.0 -DBUILD_TOOLS=OFF .. make open tomahawk.app