mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-20 09:33:37 +00:00
Mention Mod support in README
This commit is contained in:
parent
1422633bec
commit
2f94ae0e52
1 changed files with 8 additions and 0 deletions
|
@ -75,6 +75,14 @@ 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`
|
||||
|
||||
### Mods
|
||||
|
||||
See https://github.com/DanielGibson/dhewm3-mods for instructions on how to build
|
||||
some mods that provide source und GPL and how to port other mods to _dhewm3_.
|
||||
|
||||
Basically, you have to clone aforementioned repository to `dhewm3/neo/mods`
|
||||
and run cmake with `-DMODS=ON`
|
||||
|
||||
## 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