Changes between Version 81 and Version 82 of UsersWikiWinCompile


Ignore:
Timestamp:
Oct 22, 2009, 11:17:16 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v81 v82  
    230230'''13. Compiling libxml2 '''[[BR]]
    231231This 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.html
     232    a. Download the libxml2 from ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.6.tar.gz
    233233     
    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
    237238    d. ./configure
    238239    e. make && make install