203 | | ftp://xmlsoft.org/libxml2/libxml2-2.7.6.tar.gz |
204 | | For windows it crashes currently unless you compile libxml statically which means |
205 | | it gets embedded in the postgis-1.5.dll |
206 | | {{{ |
207 | | tar xvfz libxml2-2.7.6.tar.gz |
208 | | cd libxml2-2.7.6 |
209 | | ./configure --prefix=/c/projects/libxml/libxml2-2.7.6release --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 CFLAGS=-O2 |
| 203 | ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz |
| 204 | |
| 205 | {{{ |
| 206 | tar xvfz libxml2-2.7.8.tar.gz |
| 207 | cd libxml2-2.7.8 |
| 208 | ./configure --prefix=/c/projects/libxml/libxml2-2.7.6release --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 |