Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
6a6fd6e5
Commit
6a6fd6e5
authored
15 years ago
by
Thomas Feuvrier
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Update README and RELEASE_NOTES files
parent
b8c56d8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+14
-11
14 additions, 11 deletions
README
RELEASE_NOTES.txt
+15
-0
15 additions, 0 deletions
RELEASE_NOTES.txt
with
29 additions
and
11 deletions
README
+
14
−
11
View file @
6a6fd6e5
...
...
@@ -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
.
This diff is collapsed.
Click to expand it.
RELEASE_NOTES.txt
+
15
−
0
View file @
6a6fd6e5
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)
-----------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment