File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ git clone --depth 1 -b release-2.6.3 https://github.com/libsdl-org/SDL_mixer.git
87
87
git clone --depth 1 -b release-2.6.3 https://github.com/libsdl-org/SDL_image.git || { exit 1; }
88
88
git clone --depth 1 -b release-2.20.2 https://github.com/libsdl-org/SDL_ttf.git || { exit 1; }
89
89
90
+ git clone --depth 1 -b ee-sans_glib https://github.com/ps2dev/fluidsynth || { exit 1; }
91
+
90
92
# #
91
93
# # Build cmake projects
92
94
# #
@@ -117,5 +119,7 @@ build SDL_mixer -DCMAKE_POSITION_INDEPENDENT_CODE=OFF -DSDL2MIXER_DEPS_SHARED=OF
117
119
build SDL_image -DCMAKE_POSITION_INDEPENDENT_CODE=OFF -DBUILD_SHARED_LIBS=OFF
118
120
build SDL_ttf -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=OFF -DSDL2TTF_SAMPLES=OFF
119
121
122
+ build fluidsynth-sans-glib
123
+
120
124
# Finish
121
125
cd ..
You can’t perform that action at this time.
0 commit comments