mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix macOS asset extraction auto-build and docs
- extract_assets.sh: detect Homebrew and pass CMAKE_PREFIX_PATH, OPENSSL_ROOT_DIR, and PKG_CONFIG_PATH when auto-building on macOS (bare cmake couldn't find Homebrew deps) - README.md: fix macOS brew command that had comments after line continuations (breaks shell execution) - BUILD_INSTRUCTIONS.md: expand macOS asset extraction section with auto-build note and expansion targets
This commit is contained in:
parent
f66b9eb154
commit
685736fa16
3 changed files with 21 additions and 3 deletions
|
|
@ -88,8 +88,10 @@ sudo pacman -S sdl2 glm openssl \
|
|||
# macOS (Homebrew)
|
||||
brew install cmake pkg-config sdl2 glew glm openssl@3 zlib ffmpeg \
|
||||
vulkan-loader vulkan-headers shaderc \
|
||||
unicorn \ # optional: Warden module execution
|
||||
stormlib # optional: asset_extract tool
|
||||
unicorn \
|
||||
stormlib
|
||||
# unicorn is optional (Warden module execution)
|
||||
# stormlib is optional (asset_extract tool)
|
||||
```
|
||||
|
||||
### Container build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue