|
From: | Andi [ Debug ] |
Subject: | [Nel] libxml2 |
Date: | Wed, 10 Nov 2004 08:15:44 -0600 |
Hi guys,
in case you want to compile your own
libxml2 latest is 2.6.15 btw
here are the command line agruments i used
for mine and if i rememebr right
the WPKG version also. i compile both a
debug and a release version.
starting from the folder i extract libxml2
into i do the following.
cd
./libxml2-2.6.15/win32/
cscript configure.js iconv=no zlib=yes
static=yes prefix=.\Release include=../../zlib-1.2.1/include
lib=../../zlib-1.2.1/lib
nmake clean all nmake install cscript configure.js iconv=no zlib=yes
debug=yes xml_debug=yes mem_debug=yes cruntime=/MDd static=yes prefix=.\Debug
include=../../zlib-1.2.1/include lib=../../zlib-1.2.1/lib
nmake clean all nmake install i then usually copy the DLL from lib
folder into bin folder in both release and debug folders then delete
the .exe files in the debug/bin folder leacing only the libxml2.pdb i rename the
libxml files in the debug folder as follows
libxml2.pdb > libxml2d.pdb
libxml2.dll > libxml2d.dll
libxml2.lib > libxml2d.lib
libxml2_a.lib >
libxml2d_a.lib
then i compile the release and debug
folders into one set of folders
./bin
libxml2.dll
libxml2d.dll
libxml2d.pdb
./lib
libxml2.lib
libxml2d.lib
libxml2_a.lib
libxml2d_a.lib
./include
./libxml
45 include
files
- - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - -
D E B U G N E V E R B O R N E N T E R T AI N M E N T D e s i g n L e a d & P l u g i n C o d e r w w w . n e v e r b o r n . n e t |
[Prev in Thread] | Current Thread | [Next in Thread] |