Changes between Version 126 and Version 127 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 19, 2012, 10:46:30 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v126 v127  
    219219The datum grid file must be unzipped into the "nad" subdirectory of the Proj4 source tree.
    220220{{{
    221 
    222  cd /c/projects/proj
     221 #set this to whereever you plan to keep your source
     222 #I have one for 32-bit and one for 64-bit
     223 export PROJECTS=/c/ming64/projects   
     224 cd /c/${PROJECTS}/proj
    223225 wget http://download.osgeo.org/proj/proj-4.8.0.tar.gz
    224226 wget http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
     
    228230 unzip ../../proj-datumgrid-1.5.zip
    229231 cd ..
     232 ./configure --prefix=${PROJECTS}/proj/rel-4.8.0w64 --host=x86_64-w64-mingw32 --enable-shared
     233 make clean
     234 make && make install
    230235}}}
    231236