Changes between Version 58 and Version 59 of Cookbook gdal
- Timestamp:
- Feb 1, 2010 3:38:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Cookbook gdal
v58 v59 242 242 url:[http://trac.osgeo.org/gdal/wiki/MakeFileProjects] for building with windows[[BR]] 243 243 url:[http://vterrain.org/Distrib/gdal.html] to build against vc++[[BR]] 244 url:[http://www.eoinmurphy.org/blog/2008/07/09/setting-up-mingw-and-msys/] [[BR]] 244 245 245 246 Here is the Readme windows file from rgdal … … 254 255 download rgdal sources 255 256 cd C:/rgdal/src 256 using visu el c++ (vc9) command line257 using visual c++ (vc9) command line 257 258 cl /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 258 259 get 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 264 under program /Mingw/Msys 265 go to R-2.10.1/bin 266 pexports R.dll > R.exp 267 259 268 260 269 link /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