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:
Kelsi 2026-02-23 18:40:26 -08:00
parent f66b9eb154
commit 685736fa16
3 changed files with 21 additions and 3 deletions

View file

@ -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)