README: changed cmake example command line for OSX

.. to the directories that seem to be used by brew on OSX 10.11
This commit is contained in:
Daniel Gibson 2015-10-23 17:31:05 +02:00
parent 16bba7c2ff
commit c2c989cfb6

View file

@ -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