Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Remote Modules
let-it-snow
Commits
4298fb4c
Commit
4298fb4c
authored
Jul 19, 2016
by
Simon Gascoin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: update compilation isntructions on venuscalc (otb 5.6)
parent
cba5ccc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
4298fb4c
...
...
@@ -134,13 +134,13 @@ To configure OTB 5.2.1:
Create a bash file which contains:
```
bash
source
/mnt/data/home/
otbtest
/config_otb_5.
2.1
.sh
source
/mnt/data/home/
grizonnetm
/config_otb_5.
6
.sh
```
Then build the lis project using cmake
```
bash
cd
$build_dir
cmake
-DCMAKE_CXX_FLAGS
:STRING
=
-std
=
c++11
-DCMAKE_CXX_COMPILER
:FILEPATH
=
/usr/bin/g++-4.8
-DCMAKE_C_COMPILER
:FILEPATH
=
/usr/bin/gcc-4.8
-DCMAKE_BUILD_TYPE
=
Release
-DBUILD_TESTING
=
ON
-DGDAL_INCLUDE_DIR
=
/mnt/data/home/
otbtest/OTB/SuperBuild
/include
-DGDAL_LIBRARY
=
/mnt/data/home/
otbtest/OTB/SuperBuild
/lib/libgdal.so
$source_dir
cmake
-DCMAKE_CXX_FLAGS
:STRING
=
-std
=
c++11
-DCMAKE_CXX_COMPILER
:FILEPATH
=
/usr/bin/g++-4.8
-DCMAKE_C_COMPILER
:FILEPATH
=
/usr/bin/gcc-4.8
-DCMAKE_BUILD_TYPE
=
Release
-DBUILD_TESTING
=
ON
-DGDAL_INCLUDE_DIR
=
/mnt/data/home/
grizonnetm/build/OTB-install
/include
-DGDAL_LIBRARY
=
/mnt/data/home/
grizonnetm/build/OTB-install
/lib/libgdal.so
$source_dir
make
```
To install s2snow python module.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment