====== LibBzip2 Windows, How to compile ======
===== Building Bzip2 1.0.5 =====
==== Requirements =====
* bzip2 Sources: [[http://www.bzip.org/]] or the already modified makefiles [[https://github.com/winlibs/libbzip2|here]]. Only the name of the library has been changed
* Common tools used to compile PHP
=== Compile ===
Compile the release version:
nmake /f makefile.msc
Compile the debug version:
nmake /f makefile_debug.msc