mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
make build easier for everyone
This commit is contained in:
@@ -53,6 +53,9 @@ export CPPFLAGS="$new$CPPFLAGS"
|
|||||||
export CXXFLAGS="$new$CXXFLAGS"
|
export CXXFLAGS="$new$CXXFLAGS"
|
||||||
export INTERNAL_FREETYPE=1
|
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
|
# now compile ourself
|
||||||
echo Compiling DOSBox-X
|
echo Compiling DOSBox-X
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
@@ -50,6 +50,9 @@ export CPPFLAGS="$new$CPPFLAGS"
|
|||||||
export CXXFLAGS="$new$CXXFLAGS"
|
export CXXFLAGS="$new$CXXFLAGS"
|
||||||
export INTERNAL_FREETYPE=1
|
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
|
# now compile ourself
|
||||||
echo Compiling DOSBox-X
|
echo Compiling DOSBox-X
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
@@ -59,6 +59,8 @@ export CPPFLAGS="$new$CPPFLAGS"
|
|||||||
export CXXFLAGS="$new$CXXFLAGS"
|
export CXXFLAGS="$new$CXXFLAGS"
|
||||||
export INTERNAL_FREETYPE=1
|
export INTERNAL_FREETYPE=1
|
||||||
|
|
||||||
|
pacman -S --needed --noconfirm mingw-w64-x86_64-libslirp >/dev/null
|
||||||
|
|
||||||
# now compile ourself
|
# now compile ourself
|
||||||
echo Compiling DOSBox-X
|
echo Compiling DOSBox-X
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
@@ -57,6 +57,8 @@ export CPPFLAGS="$new$CPPFLAGS"
|
|||||||
export CXXFLAGS="$new$CXXFLAGS"
|
export CXXFLAGS="$new$CXXFLAGS"
|
||||||
export INTERNAL_FREETYPE=1
|
export INTERNAL_FREETYPE=1
|
||||||
|
|
||||||
|
pacman -S --needed --noconfirm mingw-w64-x86_64-libslirp >/dev/null
|
||||||
|
|
||||||
# now compile ourself
|
# now compile ourself
|
||||||
echo Compiling DOSBox-X
|
echo Compiling DOSBox-X
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
Reference in New Issue
Block a user