make build easier for everyone

This commit is contained in:
Wengier
2021-05-29 17:53:07 -04:00
parent fd1c35d651
commit 9bbe205c7d
4 changed files with 10 additions and 0 deletions

View File

@@ -53,6 +53,9 @@ export CPPFLAGS="$new$CPPFLAGS"
export CXXFLAGS="$new$CXXFLAGS"
export INTERNAL_FREETYPE=1
brew list libslirp &>/dev/null || brew install libslirp
brew list pkg-config &>/dev/null || brew install pkg-config
# now compile ourself
echo Compiling DOSBox-X
chmod +x configure