Skip to content
Snippets Groups Projects
Commit 6a6fd6e5 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

DOC: Update README and RELEASE_NOTES files

parent b8c56d8c
No related branches found
No related tags found
No related merge requests found
......@@ -27,18 +27,18 @@ NB: On some linux plateforms, you may (and should) use the official distribution
1. Install GDAL (or use your distribution package):
cd INSTALL_DIR
gunzip gdal.1.5.2.tar.gz
tar xvf gdal.1.5.2.tar
cd gdal.1.5.2
gunzip gdal.1.6.0.tar.gz
tar xvf gdal.1.6.0.tar
cd gdal.1.6.0
./configure --prefix=INSTALL_DIR
make
make install
2. Install CMake (or use your distribution package):
cd INSTALL_DIR
gunzip cmake-2.6.0.tar.gz
tar xvf cmake-2.6.0.tar
cd cmake-2.6.0
gunzip cmake-3.0.0.tar.gz
tar xvf cmake-3.0.0.tar
cd cmake-3.0.0
./configure --prefix=INSTALL_DIR
make
make install
......@@ -67,18 +67,18 @@ NB: On some linux plateforms, you may (and should) use the official distribution
4. Install OTB
cd INSTALL_DIR
gunzip OrfeoToolbox-2.6.0.tgz
tar xvf OrfeoToolbox-2.6.0.tar
gunzip OrfeoToolbox-3.0.0.tgz
tar xvf OrfeoToolbox-3.0.0.tar
mkdir OTB-Binary
cd OTB-Binary
ccmake ../OrfeoToolbox-2.6.0
ccmake ../OrfeoToolbox-3.0.0
--> follow the CMake instructions, in particular:
--> set BUILD_EXAMPLES to ON within CMake
--> set BUILD_SHARED_LIBS to OFF within CMake
--> set BUILD_TESTING to OFF within CMake
--> set CMAKE_INSTALL_PREFIX to INSTALL_DIR within CMake
--> set GDAL_INCLUDE_DIRS to INSTALL_DIR/include within CMake
--> set GDAL_LIBRARY_DIRS to INSTALL_DIR/lib within CMake
--> set GDAL_LIBRARY to INSTALL_DIR/lib/ gdal library within CMake
--> set OTB_USE_EXTERNAL_ITK to OFF within CMake
--> set FLTK_DIR to INSTALL_DIR/Fltk-Binary within CMake
--> generate the configuration with 'g'
......@@ -97,6 +97,9 @@ Installation on Microsoft Visual Studio .NET 2003 (7.1)
Load the solution (.sln file) and build the gdal project.
More details can be found at http://vterrain.org/Distrib/gdal.html.
Moreover, ORFEO Toolbox projet provided for you binaries windows distribution of gdal1.6.0 library. These files can
be downloaded at http://www.orfeo-toolbox.org/packages
2. Install Fltk
Use CMake on Windows to generate MSVC++ 7.1 project files from fltk sources.
......@@ -218,5 +221,5 @@ Some bugs can appear while compiling GDAL with JPEG2000 files : disable this for
Execution errors can appear on some platforms, using GDAL compiled with MSVC++ 8.0.
This problem can be resolved by downloading GDAL binaries for Windows
at http://vterrain.org/Distrib/gdal.html.
at http://vterrain.org/Distrib/gdal.html or at http://www.orfeo-toolbox.org/packages.
OTB-v.3.0.0 - Changes since version 2.8.0 (2009/05/11)
-----------------------------------------
* Applications
* Library
- Fixed some problems under Visual and Cygwin platforms.
* Distribution
- Distribution of Windows binaries packages installation for OTB (OTB-3.0.0-win32.exe) and
OTB-Application (OTB-Applciations-3.0.0-win32.exe)
- Distribution of Windows binaries packages for gdal 1.6.0 for MSVC V71 and MSVC V80 compiler
(http://www.orfeo-toolbox.org/packages)
OTB-v.2.8.0 - Changes since version 2.6.0 (2009/01/15)
-----------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment