From c2c989cfb652007ac836f1053c8eec3e6209cf98 Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Fri, 23 Oct 2015 17:31:05 +0200 Subject: [PATCH] README: changed cmake example command line for OSX .. to the directories that seem to be used by brew on OSX 10.11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6086b416..2b5537cf 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ the cmake command there, pointing it at the neo/ folder from this repository: OSX users need to point cmake at OpenAL Soft (better solutions welcome): -`cmake -DOPENAL_LIBRARY=/usr/local/lib/libopenal.dylib -DOPENAL_INCLUDE_DIR=/usr/local/include /path/to/repository/neo` +`cmake -DOPENAL_LIBRARY=/usr/local/opt/openal-soft/lib/libopenal.dylib -DOPENAL_INCLUDE_DIR=/usr/local/opt/openal-soft/include /path/to/repository/neo` ## Using the provided Windows binaries