Changes between Version 145 and Version 146 of DevWikiWinMingW64


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

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v145 v146  
    245245    *  http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
    246246
    247 and copy to c:\projects\proj
     247and copy to c:\ming64\projects\proj
    248248The datum grid file must be unzipped into the "nad" subdirectory of the Proj4 source tree.
    249249{{{
     
    283283
    284284{{{
    285 mkdir /c/projects/libxml
    286 cd /c/projects/libxml
     285mkdir ${PROJECTS}/libxml
     286cd ${PROJECTS}/libxml
    287287wget ftp://xmlsoft.org/libxml2/libxml2-2.7.8.tar.gz
    288288}}}
     
    313313
    314314{{{
    315 mkdir /c/projects/pgx64
     315mkdir ${PROJECTS}/pgx64
    316316cd postgresql
    317317tar -xvjf postgresql-9.1.3.tar.bz2
     
    321321#EnterpriseDb VC++ 64-bit builds are compiled with disable float8 by val.
    322322#If we don't include this line, the modules compiled against mingw64 will be incompatible with edb builds
    323 ./configure --prefix=/c/projects/pgx64/pg91 \
     323./configure --prefix=${PROJECTS}/pgx64/pg91 \
    324324 --build=x86_64-w64-mingw32 \
    325325 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 \
     
    330330 make install
    331331#initialize the database cluster
    332 /c/projects/pgx64/pg91/bin/initdb -U postgres -D /c/projects/pgx64/pg91/data -A trust
     332/c/projects/pgx64/pg91/bin/initdb -U postgres -D ${PROJECTS}/pgx64/pg91/data -A trust
    333333}}}
    334334
     
    338338{{{
    339339cd ${PROJECTS}/json-c
     340wget http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz
    340341tar xvfz json-c-0.9.tar.gz
    341342cd json-c-0.9