internals:windows:libs:libxml2

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:libxml2 [2008/05/06 16:16] – created rrichardsinternals:windows:libs:libxml2 [2013/02/21 13:21] – added winlibs link ab
Line 8: Line 8:
 The standard options are used when building, using the following configure: The standard options are used when building, using the following configure:
  
 +If the standard directory structure, is used, it is possible to simply "<path to iconv lib dir>" with c:\php-sdk\libs_build\vc9\x86\deps for example (in this case, for the VC9-x86 build).
 +
 +For sources and up-to-date information see [[https://github.com/winlibs/libxml2]].
 +
 +Configure line VC6 non debug:
 +<code bash>
 cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>" cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>"
 +</code>
 +
 +Configure line VC6 debug:
 +<code bash>
 +cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>" debug=yes mem_debug=yes
 +</code>
 +
 +Configure line VC9 non debug:
 +<code bash>
 +cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>" vcmanifest=yes
 +</code>
 +
 +Configure line VC9 debug:
 +<code bash>
 +cscript configure.js lib="<path to iconv lib dir>" include="<path to iconv header dir>"  debug=yes mem_debug=yes  vcmanifest=yes
 +</code>
 +
  
 +libxml2_a_dll.lib **MUST** be used with PHP.
internals/windows/libs/libxml2.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1