234 | | the - extensive - range of drivers built into the binary package): |
235 | | |
236 | | url:[http://fwtools.maptools.org/] |
237 | | url:[http://fwtools.maptools.org/windows-main.html] [[BR]] |
238 | | '' fwtools installations for windows are provided as a self contained installation executable. Just run it and follow the steps to install.[[BR]][[BR]] |
239 | | The installation will setup entries to launch an ffwtools shell and openev under an fwtools program group in the start / all programs menu.[[BR]] |
240 | | the openev entry launch the openev application. the fwtools shell launchs a dos shell with the environment pre-initialized to use all the fwtools commands.[[BR]][[BR]] |
241 | | to use fwtools commands from other command shells just call the setfw.bat script in the fwtools install directory to setup the environment appropriately. by default the openev and fwtools shell icons on the desktop will start in the fwtools install directory but they can be safely changes to start in any user writable directory by editing the icon properties. '' |
242 | | [[BR]][[BR]] |
243 | | |
244 | | Setting the FWTools bin/ directory in the PATH environmental variable is |
245 | | essential, (GDAL_DATA is set internally to the copy included in the rgdal |
246 | | package). [[BR]] |
247 | | |
248 | | '' cedric OK c'est dans panneau de configuration/systeme/variables d'environnement/path, on ajoute C:\Program Files\FWTools2.4.6\bin |
249 | | '' [[BR]] |
250 | | |
251 | | The R Windows binary rgdal package can built against an FWTools Windows binary, |
252 | | using VC++. |
253 | | |
254 | | '' Cédric j'installe le plugins eclipse cdt à l'aide du gestionnaire d'extensions d'éclipse http://download.eclipse.org/tools/cdt/releases/galileo '' |
255 | | http://www.microsoft.com/express/Downloads/#2008-Visual-CPP |
| 234 | the - extensive - range of drivers built into the binary package): cedric => however we are using Qgis and OSGeo4W tool so working with FWtools does not interest us |
| 235 | url:[http://fwtools.maptools.org/][[BR]] |
| 236 | |
| 237 | url:[http://www.microsoft.com/express/Downloads/#2008-Visual-CPP] |
| 238 | |
| 239 | To understand the script from the readme file (below), one has to be familiar with visual C++ |
| 240 | The following pages are helpfull |
| 241 | url:[http://trac.osgeo.org/gdal/wiki/BuildingWithMinGW] for building with mingwin[[BR]] |
| 242 | url:[http://trac.osgeo.org/gdal/wiki/MakeFileProjects] for building with windows[[BR]] |
| 243 | url:[http://vterrain.org/Distrib/gdal.html] to build against vc++[[BR]] |
| 244 | |
| 245 | Here is the Readme windows file from rgdal |