Changes between Version 125 and Version 126 of DevWikiWinMingW64


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

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v125 v126  
    213213Download  Proj4 from the web site, and the datum shifts grid file.
    214214
    215     *  http://download.osgeo.org/proj/proj-4.7.0.tar.gz
     215    *  http://download.osgeo.org/proj/proj-4.8.0.tar.gz
    216216    *  http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
    217217
     
    221221
    222222 cd /c/projects/proj
    223  wget http://download.osgeo.org/proj/proj-4.7.0.tar.gz
     223 wget http://download.osgeo.org/proj/proj-4.8.0.tar.gz
    224224 wget http://download.osgeo.org/proj/proj-datumgrid-1.5.zip
    225  tar xvfz proj-4.7.0.tar.gz
    226  cd proj-4.7.0
     225 tar xvfz proj-4.8.0.tar.gz
     226 cd proj-4.8.0
    227227 cd nad
    228228 unzip ../../proj-datumgrid-1.5.zip
    229229 cd ..
    230230}}}
    231 
    232 Apply mutex patch in http://trac.osgeo.org/proj/ticket/72 to src/pj_mutex.c
    233 {{{
    234 #if you are building for 64-bit then use x86_64-w64-mingw32 for the build,host,target
    235 #32 bit uses i686-w64-mingw32 for build, host, target
    236  ./configure --prefix=/c/projects/proj/rel-4.7.0w64 --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-shared --disable-static
    237 
    238  make
    239  make install
    240 }}}
    241  
    242 Seems to give an error on make install (when trying to copy over the nad folder), but generates files in rel-4.7.0.
    243 Have to copy the nad folder manually.  The .dll file is strangely called libproj-0.dll. of libproj.dll.  Oh well.
    244231
    245232== Compiling and Installing C-Unit ==