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
|
|
@ -95,10 +95,15 @@ cmake --build build -j"$(sysctl -n hw.logicalcpu)"
|
|||
|
||||
### Asset Extraction (macOS)
|
||||
|
||||
The script will auto-build `asset_extract` if needed (requires `stormlib`).
|
||||
It automatically detects Homebrew and passes the correct paths to CMake.
|
||||
|
||||
```bash
|
||||
./extract_assets.sh /path/to/WoW/Data wotlk
|
||||
```
|
||||
|
||||
Supports `classic`, `tbc`, `wotlk` targets (auto-detected if omitted).
|
||||
|
||||
---
|
||||
|
||||
## 🪟 Windows (MSYS2 — Recommended)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue