Changes between Version 58 and Version 59 of Cookbook gdal


Ignore:
Timestamp:
Feb 1, 2010 3:38:38 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cookbook gdal

    v58 v59  
    242242url:[http://trac.osgeo.org/gdal/wiki/MakeFileProjects] for building with windows[[BR]] 
    243243url:[http://vterrain.org/Distrib/gdal.html] to build against vc++[[BR]] 
     244url:[http://www.eoinmurphy.org/blog/2008/07/09/setting-up-mingw-and-msys/] [[BR]] 
    244245 
    245246Here is the Readme windows file from rgdal 
     
    254255download rgdal sources 
    255256cd C:/rgdal/src 
    256 using visuel c++ (vc9) command line 
     257using visual c++ (vc9) command line 
    257258cl /MT /Ox /EHsc /D "WIN32" /c /I "C:/Program Files/R/R-2.10.1/include" /I C:/OSGeo4W/include /I "C:\Program Files\Microsoft Visual Studio 9.0\VC\include" /D OSGEO4W *.cpp 
    258259get the Rdll.lib 
     260> install Mingw (avalaible also with Rtools) (I always come on a page with a lady when trying to follow the link. I hate her. 
     261> install Msys http://sourceforge.net/projects/mingw/files/ 
     262> configure Msys 
     263> install pexports (available at the same location under MINGW pexports 
     264under program /Mingw/Msys 
     265go to R-2.10.1/bin 
     266pexports R.dll > R.exp 
     267 
    259268 
    260269link /dll /out:rgdal.dll /def:rgdal.def *.obj "C:\Program Files\R\R-2.8.1\bin\Rdll.lib" /libpath:"C:\Program Files\Microsoft Visual Studio 9.0\VC\lib" /libpath:"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib" /libpath:"C:\OSGeo4W\lib" gdal_i.lib proj_i.lib