mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
macos: update Build_Instructions.md based on feedback
This commit is contained in:
parent
7acc173b47
commit
033c7c1867
1 changed files with 6 additions and 2 deletions
|
@ -2,11 +2,15 @@
|
|||
|
||||
Tested on macOS 10.15.7, Xcode 12.4, x86_64.
|
||||
|
||||
1. Run `setup-vcpkg.sh` (fetches + builds vorbis, opus, zlib from vcpkg, as static libraries.)
|
||||
1. Prerequisites:
|
||||
|
||||
- vcpkg requires `brew install pkg-config`
|
||||
|
||||
2. Run `setup-vcpkg.sh` (fetches + builds vorbis, opus, zlib from vcpkg, as static libraries.)
|
||||
|
||||
The Opus .dylibs included with QuakeSpasm lack the encoder, which is needed by `snd_voip.c`, necessitating building it from source.
|
||||
|
||||
2. For a release build, run `xcodebuild -project QuakeSpasm.xcodeproj -target QuakeSpasm-Spiked-SDL2`
|
||||
3. For a release build, run `xcodebuild -project QuakeSpasm.xcodeproj -target QuakeSpasm-Spiked-SDL2`
|
||||
|
||||
|
||||
## Limitations
|
||||
|
|
Loading…
Reference in a new issue