Changes between Version 144 and Version 145 of DevWikiWinMingW64


Ignore:
Timestamp:
Jul 6, 2012, 5:27:46 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v144 v145  
    335335== Compiling JSON-C ==
    336336This 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-c
    338 {{{
    339 cd /c/projects/json-c
     337Download [http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz] and save to c:\ming64\projects\json-c
     338{{{
     339cd ${PROJECTS}/json-c
    340340tar xvfz json-c-0.9.tar.gz
    341341cd 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
    343344./configure --build=x86_64-w64-mingw32 \
    344345 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 \