mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-13 17:48:10 +08:00
enable slirp/fluidsynth for macOS SDL2 but not SDL1
This commit is contained in:
@@ -57,6 +57,6 @@ export INTERNAL_FREETYPE=1
|
||||
echo Compiling DOSBox-X
|
||||
|
||||
chmod +x configure
|
||||
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --disable-avcodec "$@" || exit 1
|
||||
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --disable-libfluidsynth --disable-libslirp --disable-avcodec "$@" || exit 1
|
||||
make -j3 || exit 1
|
||||
|
||||
|
@@ -50,6 +50,10 @@ export CPPFLAGS="$new$CPPFLAGS -g3"
|
||||
export CXXFLAGS="$new$CXXFLAGS -g3"
|
||||
export INTERNAL_FREETYPE=1
|
||||
|
||||
brew list fluid-synth &>/dev/null || brew install fluid-synth
|
||||
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
|
||||
|
@@ -53,12 +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
|
||||
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --disable-avcodec "$@" || exit 1
|
||||
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --disable-libfluidsynth --disable-libslirp --disable-avcodec "$@" || exit 1
|
||||
make -j3 || exit 1
|
||||
|
||||
|
@@ -50,6 +50,7 @@ export CPPFLAGS="$new$CPPFLAGS"
|
||||
export CXXFLAGS="$new$CXXFLAGS"
|
||||
export INTERNAL_FREETYPE=1
|
||||
|
||||
brew list fluid-synth &>/dev/null || brew install fluid-synth
|
||||
brew list libslirp &>/dev/null || brew install libslirp
|
||||
brew list pkg-config &>/dev/null || brew install pkg-config
|
||||
|
||||
|
Reference in New Issue
Block a user