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
Container Registry
Model registry
Operate
Environments
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
Sébastien Peillet
otb
Commits
909f0c8c
Commit
909f0c8c
authored
7 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
DOC: add some details about building with a standalone package.
parent
ecb28a96
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
Documentation/Cookbook/rst/Installation_Windows.txt
+6
-0
6 additions, 0 deletions
Documentation/Cookbook/rst/Installation_Windows.txt
Documentation/SoftwareGuide/Latex/Installation.tex
+8
-0
8 additions, 0 deletions
Documentation/SoftwareGuide/Latex/Installation.tex
with
14 additions
and
0 deletions
Documentation/Cookbook/rst/Installation_Windows.txt
+
6
−
0
View file @
909f0c8c
...
...
@@ -34,6 +34,12 @@ package, you should first uninstall the specific OTB files from the package to
leave only the dependencies (what we call an XDK). You can do it using the
supplied script ``tools/uninstall_otb.bat``.
In the package you also have a template project for Visual 2015
``OTB Project.zip``. This template can be placed in your user Visual 2015 template
directory : ``%USERPROFILE%\Documents\Visual Studio 2015\Templates\ProjectTemplates``.
The script ``start_devenv.bat`` allows to copy the template in that folder and
start Visual Studio.
Python bindings
~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
Documentation/SoftwareGuide/Latex/Installation.tex
+
8
−
0
View file @
909f0c8c
...
...
@@ -220,6 +220,14 @@ If you do not know which method to use and just want to compile OTB with all its
\end
{
tiny
}
\end
{
center
}
If you want to use a standalone binary package, a lot of dependencies are already
supplied in it. In this case, it is advised to use all of the dependencies from
that package. Mixing system libraries with libraries from OTB package may not
be safe. When you call the
\textit
{
otbenv
}
script in the package, it will add
an environment variable
\texttt
{
CMAKE
\_
PREFIX
\_
PATH
}
, pointing to the root of the
OTB package. This variable is used by CMake as a hint to detect the dependencies
location.
\subsection
{
SuperBuild: Build OTB and all dependencies
}
\label
{
sec:installation
-
linux
-
superbuild
}
...
...
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