Installation on Microsoft Visual Studio .NET 2005 (8.0)
-------------------------------------------------------
1. Install GDAL
Open a MS-DOS prompt.
Run the VCVARS32.bat script that comes with the compiler (it can be found in
Microsoft Visual Studio 8/VC/bin).
Then, go to the GDAL root directory, and type :
nmake /f makefile.vc
Once the build is successful, type this line to install GDAL :
nmake /f makefile.vc install
More details about this install can be found at
www.gdal.org/gdal_building.html.
2. Install Fltk
Use CMake on Windows to generate MSVC++ 8.0 project files from fltk sources.
Open the solution and build the fltk project.
3. Install OTB
Use CMake on Windows to generate MSVC++ 8.0 project files from otb sources.
Open the solution and build the otb project.
Partager