diff --git a/client/Makefile b/client/Makefile index d6eeefd4..f39995b2 100644 --- a/client/Makefile +++ b/client/Makefile @@ -36,8 +36,8 @@ else ifeq ($(TARGET), MACOS) CXX = /usr/bin/g++ STRIP = strip -CXXFLAGS += -DHAS_TREMOR -DHAS_COREAUDIO -DFREEBSD -DMACOS -DHAS_BONJOUR -I/usr/local/include -Wno-unused-local-typedef -Wno-deprecated -LDFLAGS = -logg -lvorbisidec -lFLAC -L/usr/local/lib -framework AudioToolbox -framework CoreFoundation +CXXFLAGS += -DHAS_OGG -DHAS_COREAUDIO -DFREEBSD -DMACOS -DHAS_BONJOUR -I/usr/local/include -Wno-unused-local-typedef -Wno-deprecated +LDFLAGS = -logg -lvorbis -lFLAC -L/usr/local/lib -framework AudioToolbox -framework CoreFoundation OBJ += player/coreAudioPlayer.o browseBonjour.o else diff --git a/doc/build.md b/doc/build.md index b59c4191..4bacb2d5 100644 --- a/doc/build.md +++ b/doc/build.md @@ -105,20 +105,11 @@ Start and stop the server with `sudo service snapserver start` and `sudo service *Warning: macOS support is experimental* Install Xcode from the App Store -Install the build tools and required libs: - - $ brew install autoconf automake pkg-config libtool ###Build Snapclient -Build the external libs: +Install the required libs: - $ cd /externals/flac - $ ./autogen.sh - $ ./configure - $ make - $ make install - -Repeat for `ogg` and `tremor` + $ brew install flac libvorbis `cd` into the Snapclient src-root directory: