Changes between Version 79 and Version 80 of UsersWikiWinCompile
- Timestamp:
- 10/21/09 06:01:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v79 v80 139 139 10. ''configure --prefix=/c/mingw && make && make install'' 140 140 141 141 '''10. Compiling libxml2 '''[[BR]] 142 This is only needed for PostGIS 1.5+. Libxml2 is used to support the ST_GeomFromGML function. 143 a. Download the libxml special from here http://www.pokorra.de/coding/compile_libxml_mingw.html 144 145 (Note: I tried compiling the standard one from xmlsoft.org, but couldn't successfully compile under MingW) 146 b. tar -xvf libxml2-2.4.25-special.tar.gz 147 c. cd libxml2-2.4.25-special 148 d. ./configure 149 e. make && make install 142 150 '''9. Compiling PostgreSQL'''[[BR]] 143 151 Download latest PostgreSQL source from http://www.postgresql.org/ftp/source/ and untar in C:\thesrc[[BR]]