Changes between Version 81 and Version 82 of UsersWikiWinCompile
- Timestamp:
- 10/22/09 11:17:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v81 v82 230 230 '''13. Compiling libxml2 '''[[BR]] 231 231 This is only needed for PostGIS 1.5+. Libxml2 is used to support the ST_GeomFromGML function. 232 a. Download the libxml special from here http://www.pokorra.de/coding/compile_libxml_mingw.html232 a. Download the libxml2 from ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.6.tar.gz 233 233 234 (Note: I tried compiling the standard one from xmlsoft.org, but couldn't successfully compile under MingW) 235 b. tar -xvf libxml2-2.4.25-special.tar.gz 236 c. cd libxml2-2.4.25-special 234 235 b. extract this libxml2-sources-2.7.6.tar.gz 236 c. (note sure if win32/configure.js is needed was able to do without it). tried it -- it didn't seem to do anything but then configure worked fine afterward. 237 237 238 d. ./configure 238 239 e. make && make install