mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-04-20 01:47:19 +00:00
9 lines
201 B
Bash
Executable File
9 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule init && git submodule update
|
|
|
|
brew install sdl2 freetype2 fontconfig pkg-config opus libpng libedit
|
|
|
|
python3 ./waf configure -T debug --disable-warns $* &&
|
|
python3 ./waf build
|