657
edits
(Add FluidSynth) |
(Correct configure settings, for pkconfig files.) |
||
Line 171: | Line 171: | ||
Unzip the libogg archive in a folder, open MSYS, go to the libogg folder and issue these commands to compile the library: | Unzip the libogg archive in a folder, open MSYS, go to the libogg folder and issue these commands to compile the library: | ||
./configure --disable-shared | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
Line 182: | Line 182: | ||
Unzip the libvorbis archive in a folder, open MSYS, go to the libvorbis folder and issue these commands to compile the library: | Unzip the libvorbis archive in a folder, open MSYS, go to the libvorbis folder and issue these commands to compile the library: | ||
./configure --disable-shared | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
Line 195: | Line 195: | ||
Then issue these commands to compile the library: | Then issue these commands to compile the library: | ||
./configure --disable-shared | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
Line 207: | Line 207: | ||
Then issue these commands to compile the library: | Then issue these commands to compile the library: | ||
./configure --disable-sdl --disable-shared | ./configure --disable-sdl --disable-shared --prefix=/mingw | ||
make | make | ||
Line 218: | Line 218: | ||
Unzip the flac archive in a folder, open MSYS, go to the flac folder and issue these commands to compile the library: | Unzip the flac archive in a folder, open MSYS, go to the flac folder and issue these commands to compile the library: | ||
./configure --disable-shared | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
Line 251: | Line 251: | ||
Then issue these commands to compile the library: | Then issue these commands to compile the library: | ||
./configure --disable-shared | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
Line 262: | Line 262: | ||
Unzip the libpng archive in a folder, open MSYS, go to the libpng folder and issue these commands to compile the library: | Unzip the libpng archive in a folder, open MSYS, go to the libpng folder and issue these commands to compile the library: | ||
./configure --disable-shared | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
Line 273: | Line 273: | ||
Unzip the libtheora archive in a folder, open MSYS, go to the libtheora folder and issue these commands to compile the library: | Unzip the libtheora archive in a folder, open MSYS, go to the libtheora folder and issue these commands to compile the library: | ||
./configure --disable-shared --disable-examples | ./configure --disable-shared --disable-examples --prefix=/mingw | ||
make | make | ||
Line 300: | Line 300: | ||
Then issue these commands to compile the library: | Then issue these commands to compile the library: | ||
./configure --disable-shared | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
Line 311: | Line 311: | ||
Unzip the freetype archive in a folder, open MSYS, go to the freetype folder and issue these commands to compile the library: | Unzip the freetype archive in a folder, open MSYS, go to the freetype folder and issue these commands to compile the library: | ||
./configure --disable-shared | ./configure --disable-shared --prefix=/mingw | ||
make | make | ||
edits