Changes between Version 92 and Version 93 of UsersWikiWinCompile


Ignore:
Timestamp:
Nov 23, 2009, 5:00:39 PM (14 years ago)
Author:
pramsey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v92 v93  
    248248 2. Extract and copy contents to C:\MinGW 
    249249
    250 == 13. Compiling libxml2 ==
    251 
    252 This is only needed for PostGIS 1.5+.  Libxml2 is used to support the ST_GeomFromGML function. Download ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.6.tar.gz
     250== 13. Compiling LibXML2 ==
     251
     252LibXML2 is only needed for PostGIS 1.5+, to support the ST_GeomFromGML function.
     253
     254 * ftp://xmlsoft.org/libxml2/libxml2-sources-2.7.6.tar.gz
     255
    253256{{{
    254257# tar xvfz libxml2-sources-2.7.6.tar.gz
    255 # ./configure
     258# ./configure --prefix=/c/postgres
    256259# make
    257260# make install