mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-02-16 17:21:21 +00:00
README: Move the OSX note
It is less confusing.
This commit is contained in:
parent
08c758984f
commit
33bb970596
1 changed files with 4 additions and 4 deletions
|
@ -60,10 +60,6 @@ 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:
|
||||
|
||||
- Use the provided binaries (recommended, see below)
|
||||
|
@ -74,6 +70,10 @@ the cmake command there, pointing it at the neo/ folder from this repository:
|
|||
|
||||
`cmake /path/to/repository/neo`
|
||||
|
||||
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`
|
||||
|
||||
## Using the provided Windows binaries
|
||||
|
||||
Get a clone of the latest binaries here: https://github.com/dhewm/dhewm3-libs
|
||||
|
|
Loading…
Reference in a new issue