Changes between Version 144 and Version 145 of DevWikiWinMingW64
- Timestamp:
- 07/06/12 05:27:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DevWikiWinMingW64
v144 v145 335 335 == Compiling JSON-C == 336 336 This is needed if you want ST_GeomFromGeoJSON to be functional. 337 Download [http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz] and save to c:\ projects\json-c338 {{{ 339 cd /c/projects/json-c337 Download [http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz] and save to c:\ming64\projects\json-c 338 {{{ 339 cd ${PROJECTS}/json-c 340 340 tar xvfz json-c-0.9.tar.gz 341 341 cd json-c-0.9 342 ## had to compile with -w (disable warnings otherwise it gave errors 342 ## had to compile with -w (disable warnings otherwise it gave errors) 343 ## if using 32-bit (ming32), use i686-w64-mingw32 for host/build 343 344 ./configure --build=x86_64-w64-mingw32 \ 344 345 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 \