Windows Build
From OTBWiki
Contents |
The Prose Version
The main external dependencies to Orfeo on Windows is GDAL. Download prebuilt binaries and headers as appropriate. They are provided by OSGeo4W.
Detailed instructions are available in the OTB Software Guide
Quick start instructions are given for the most common operating systems in the FAQ
Not using the recommended way of getting the dependencies on Windows is still possible, but is left at the user's discretion
FLTK is required for windowing and some GUI demos depend on it. This is included in the OTB repository and not needed separately.
Choose to generate appropriate MSVC project from CMake e.g. Visual Studio 9 2008 for MSVC 2008 Express. Open the project entitled ALL_BUILD and compile it to build the OTB source.
Step-by-step Instructions
- Install TortoiseHG, MSVC Express, Osgeo4w, CMake
- TortoiseHG - lets you check out the latest code
- MSVC Express - Lets you compile the source
- Osgeo4w - provides dependency libraries for OTB
- CMake - lets you configure the compile system
- Configure the OTB code with CMAKE for building
- Open the solution produced with MSVC and compile/install.
- Repeat configure with cmake/compile with MSVC for Monteverdi
- Run otb/monteverdi from where ever they were installed.
Again, please also check instructions given in the OTB Software Guide and the FAQ. If none of them solves your problem, you can send a mail to the otb-users mailing list.
Other issues
You can also have a look at other Windows issues.
