internals:windows:libs:libxmp

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
internals:windows:libs:libxmp [2008/06/04 12:23] – created pajoyeinternals:windows:libs:libxmp [2013/01/18 13:46] – install sdk is already on the wiki as a complete article ab
Line 1: Line 1:
-LibXPM has been built successfully using a custom made solution file for VS2k5 (VC8). The sources (patched) are available in our [[http://pecl2.php.net/downloads/php-windows-builds/source/|source repository]]The version used is the last libxpm release, 3.5.7.+====== LibXpmWindows, How to compile ====== 
 + 
 +===== Available prebuilt libraries ===== 
 + 
 +All prebuilt libraries are available in the php-libs [[http://pecl2.php.net/downloads/php-windows-builds/php-libs/|repositories]] 
 + 
 +The filename format is: 
 + 
 +libxpm-x.y.z-vcversion.zip 
 + 
 +where x.y.z defines the version, vcversion which Visual C++ has been used
 + 
 +===== Building LibXpm 3.5.7 ===== 
 + 
 +==== Requirements ===== 
 +  * LibXPM Sources from our repositories [[https://github.com/winlibs/libxpm|]] 
 +  * Common tools used to compile PHP 
 + 
 + 
 +==== Configuration ===== 
 + 
 +LibXpm can be compiled using various modes. Only the following list can be used with PHP: 
 + 
 +  * "DLL Release" 
 +  * "DLL Debug" 
 +  * "Static Release" 
 +  * "Static Debug" 
 + 
 +PHP uses "LIB Release" for the PHP builds. 
 + 
 +One of these option has to be used while calling the makefile (VC6 only). VS solution files are given for VC8 and VC9. 
 + 
 + 
 + 
 +==== Compile ===== 
 + 
 +This step describe the process for Visual C++ 6. It should work for VC and VC7/8/9 as well but it is not yet tested. However you can use the solutions files with vc8 or vc9. 
 + 
 +<code bash> 
 +cd c:\build_php_deps\libxpm-3.5.7\windows\vc6 
 +nmake /f libxpm.mak CFG="Static Release" 
 +</code> 
 + 
 + 
  
-I will add the VC6/9 makefile or project files asap. 
internals/windows/libs/libxmp.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1