Skip to content

Commit

Permalink
clone and build fluidsynth
Browse files Browse the repository at this point in the history
  • Loading branch information
7dog123 committed Sep 28, 2024
1 parent 9ae57c2 commit 088ac35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-cmakelibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ $FETCH v1.7.3 https://github.com/hyperrealm/libconfig.git &

$FETCH R_2_6_2 https://github.com/libexpat/libexpat.git &

$FETCH ee-sans_glib https://github.com/ps2dev/fluidsynth &
# wait for fetch jobs to finish
wait

Expand Down Expand Up @@ -196,5 +197,6 @@ CFLAGS="-DHAVE_NEWLOCALE -DHAVE_USELOCALE -DHAVE_FREELOCALE" build_ee libconfig

CFLAGS="-Darc4random_buf=random -DHAVE_GETRANDOM" build_ee libexpat/expat -DEXPAT_BUILD_EXAMPLES=OFF -DEXPAT_BUILD_TESTS=OFF -DEXPAT_SHARED_LIBS=OFF -DEXPAT_BUILD_TOOLS=OFF

build_ee LIBFLUID_CPPFLAGS="-DFLUIDSYNTH_NOT_A_DLL -DFLUID_MUTEX_INIT" fluidsynth -Denable=aufile=OFF -DBUILD_SHARED_LIBS=OFF -Denable-dbus=OFF -Denable-ipv6=OFF -Denable-jack=OFF -Denable-libinstpatch=OFF -Denable-libsndfile=OFF -Denable-midishare=OFF -Denable-network=OFF -Denable-oss=OFF -Denable-oss=OFF -Denable-dsound=OFF -Denable-wasapi=OFF -Denable-waveout=OFF -Denable-winmidi=OFF -Denable-pulseaudio=OFF -Denable-pipewire=OFF -Denable-readline=OFF -Denable-threads=OFF -Denable-openmp=OFF
# Finish
cd ..

0 comments on commit 088ac35

Please sign in to comment.