mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-19 16:00:52 +00:00
README: Clarify OSX OpenAL situation
This commit is contained in:
parent
668802f09a
commit
b23e73dea7
1 changed files with 4 additions and 1 deletions
|
@ -61,7 +61,7 @@ Required libraries are not part of the tree. These are:
|
|||
- libogg
|
||||
- libvorbis
|
||||
- libvorbisfile (may be part of libvorbis)
|
||||
- OpenAL (OpenAL Soft recommended, Creative's and Apple's versions are made of fail)
|
||||
- OpenAL (OpenAL Soft required, Creative's and Apple's versions are made of fail)
|
||||
- SDL v1.2
|
||||
- libcurl (optional, required for server downloads)
|
||||
|
||||
|
@ -69,6 +69,9 @@ For UNIX like system these libraries need to be installed (including the
|
|||
developer files). It is recommended to use the software management tools of
|
||||
your OS (apt-get, portage, rpm, BSD ports, MacPorts, ...).
|
||||
|
||||
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
|
||||
|
||||
For Windows there are two options:
|
||||
1) Use the provided binaries (recommended, see below)
|
||||
2) Compile these libraries yourself
|
||||
|
|
Loading…
Reference in a new issue