2023-04-24 18:06:58 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
git submodule init && git submodule update
|
|
|
|
|
|
|
|
brew install sdl2
|
2024-09-06 00:39:47 +02:00
|
|
|
brew install zstd
|
2024-09-09 04:12:35 +02:00
|
|
|
brew install zip
|
2023-04-24 18:06:58 +02:00
|
|
|
|
2023-11-08 19:58:33 +01:00
|
|
|
./waf configure -T debug --disable-warns $* &&
|
2023-04-24 18:06:58 +02:00
|
|
|
./waf build
|