1,502
edits
(→zlib: Updated zlib instructions) |
(Updated instructions for libFLAC, fixed layout) |
||
Line 87: | Line 87: | ||
You'll need the zlib source package. Go into the projects directory in the zlib source and open the solution there. For each of the 3 projects in the solution (example, minigzip and zlib) you need to right-click it in the solution explorer and go to properties. Then, go to Configuration Properties->C/C++->Code Generation and change the Runtime library from "Multi-Threaded DLL (/MD)" to "Multi-Threaded (/MT)". When you've changed all three projects, compile the solution using the LIB release configuration. | You'll need the zlib source package. Go into the projects directory in the zlib source and open the solution there. For each of the 3 projects in the solution (example, minigzip and zlib) you need to right-click it in the solution explorer and go to properties. Then, go to Configuration Properties->C/C++->Code Generation and change the Runtime library from "Multi-Threaded DLL (/MD)" to "Multi-Threaded (/MT)". When you've changed all three projects, compile the solution using the LIB release configuration. | ||
=== libogg === | === libogg === | ||
Line 110: | Line 111: | ||
=== FLAC === | === FLAC === | ||
Open its solution and compile the libFLAC_static project. | |||
edits