====== QDBM Windows, How to compile ====== ===== Available prebuilt libraries ===== All prebuilt libraries are available in the php-libs [[http://windows.php.net/downloads/php-sdk/deps/|repositories]] (no more since 5.2) The filename format is: qdbm-x.y.z-vcversion.zip where x.y.z defines the version, vcversion which Visual C++ has been. ===== Building QDBM 1.8.77 ===== ==== Requirements ===== * QDBM sources * to keep the PHP libs naming, please use our makefile available in our qdbm sources [[https://github.com/winlibs/|]] (no more since 5.2). only the makefile has been modified * Common tools used to compile PHP ==== Configuration ===== No special configuration required. ==== Compile ===== This step describes the process VC6/ 2k3/5/8. cd c:\build_php_deps\qdbm-1.8.77\ nmake /f vcmakefile This command will build the DLL and its .lib as well as the static version of the library. ==== Install in the SDK ==== To be written