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
71a2b925
Commit
71a2b925
authored
16 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
Mise a jour versions
parent
e5e2e694
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+8
-7
8 additions, 7 deletions
README
with
8 additions
and
7 deletions
README
+
8
−
7
View file @
71a2b925
...
...
@@ -19,16 +19,17 @@ Make sure that you have downloaded the source code for:
- CMake (http://www.cmake.org)
- GDAL (http://www.gdal.org/)
- Fltk (http://www.fltk.org)
Installation on Linux/Unix platforms
------------------------------------
NB: On some linux plateforme, you may (and should) use the official distribution packages for gdal, cmake and fltk
1. Install GDAL:
cd INSTALL_DIR
gunzip gdal.1.
4.2
.tar.gz
tar xvf gdal.1.
4.2
.tar
cd gdal.1.
4.2
gunzip gdal.1.
5.1
.tar.gz
tar xvf gdal.1.
5.1
.tar
cd gdal.1.
5.1
./configure --prefix=INSTALL_DIR
make
make install
...
...
@@ -66,11 +67,11 @@ Installation on Linux/Unix platforms
4. Install OTB
cd INSTALL_DIR
gunzip OrfeoToolbox-2.
0
.0.tgz
tar xvf OrfeoToolbox-2.
0
.0.tar
gunzip OrfeoToolbox-2.
4
.0.tgz
tar xvf OrfeoToolbox-2.
4
.0.tar
mkdir OTB-Binary
cd OTB-Binary
ccmake ../OrfeoToolbox-2.
0
.0
ccmake ../OrfeoToolbox-2.
4
.0
--> follow the CMake instructions, in particular:
--> set BUILD_EXAMPLES to ON within CMake
--> set BUILD_SHARED_LIBS to OFF within CMake
...
...
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