mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-22 20:51:20 +00:00
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:
parent
16bba7c2ff
commit
c2c989cfb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue