internals:windows:libs:bzip2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
internals:windows:libs:bzip2 [2008/05/18 16:02] – created pajoyeinternals:windows:libs:bzip2 [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
-s+====== 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: 
 +<code bash> 
 +nmake /f makefile.msc 
 +</code> 
 + 
 +Compile the debug version: 
 + 
 +<code bash> 
 +nmake /f makefile_debug.msc 
 +</code> 
internals/windows/libs/bzip2.1211126532.txt.gz · Last modified: 2017/09/22 13:28 (external edit)