1,502
edits
(Added instructions for libmpeg2) |
m (Spacing, added some instructions for compiling FLAC) |
||
Line 9: | Line 9: | ||
=== MinGW and MSYS === | === MinGW and MSYS === | ||
To download MinGW, visit its [http://www.mingw.org/download.shtml download page] | To download MinGW, visit its [http://www.mingw.org/download.shtml download page] | ||
Line 67: | Line 68: | ||
== MSYS primer == | == MSYS primer == | ||
[TODO: describe how to navigate through folders, which tools will be used] | [TODO: describe how to navigate through folders, which tools will be used] | ||
Line 168: | Line 170: | ||
=== FLAC === | === FLAC === | ||
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 | |||
make | |||
[TODO] | [TODO] |
edits