Skip to content

Commit

Permalink
README: discourage usage of vcpkg, update dependency list
Browse files Browse the repository at this point in the history
because of microsoft/vcpkg#18098 people shouldn't use vcpkg (at least until they fix that)

libjpeg, libogg and libvorbis(file) aren't needed anymore, so mention that it's only needed for 1.5.1 and older
  • Loading branch information
DanielGibson authored May 24, 2021
1 parent 0b28322 commit f273182
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ The build system is based on CMake: http://cmake.org/
Required libraries are not part of the tree. These are:

- zlib
- libjpeg (v8)
- libogg
- libvorbis
- libvorbisfile (may be part of libvorbis)
- OpenAL (OpenAL Soft required, Creative's and Apple's versions are made of fail)
- SDL v1.2 or 2.0 (2.0 recommended)
- libcurl (optional, required for server downloads)
- Also, if you're not building recent dhewm3 code from git (but 1.5.1 or older):
- libjpeg (v8)
- libogg, libvorbis, libvorbisfile (may be part of libvorbis)

For UNIX-like systems, these libraries need to be installed (including the
developer files). It is recommended to use the software management tools of
Expand All @@ -84,6 +83,7 @@ For Windows, there are two options:

- Use the provided binaries (recommended, see below)
- Compile these libraries yourself
- Do **not** use *vcpkg*, they patch headers [in a way that breaks your build](https://github.com/microsoft/vcpkg/issues/18098) !

Create a distinct build folder outside of this source repository and issue
the cmake command there, pointing it at the neo/ folder from this repository:
Expand Down

0 comments on commit f273182

Please sign in to comment.