Changes between Version 92 and Version 93 of UsersWikiWinCompile
- Timestamp:
- 11/23/09 17:00:39 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v92 v93 248 248 2. Extract and copy contents to C:\MinGW 249 249 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 252 LibXML2 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 253 256 {{{ 254 257 # tar xvfz libxml2-sources-2.7.6.tar.gz 255 # ./configure 258 # ./configure --prefix=/c/postgres 256 259 # make 257 260 # make install