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
Julien Osman
otb
Commits
7daaf28b
Commit
7daaf28b
authored
5 years ago
by
Cédric Traizet
Browse files
Options
Downloads
Patches
Plain Diff
DOC: removed documentation about PDF cookbook target, as it has been removed
parent
69f76020
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/Cookbook/rst/CompilingOTBFromSource.rst
+12
-6
12 additions, 6 deletions
Documentation/Cookbook/rst/CompilingOTBFromSource.rst
with
12 additions
and
6 deletions
Documentation/Cookbook/rst/CompilingOTBFromSource.rst
+
12
−
6
View file @
7daaf28b
...
@@ -131,6 +131,18 @@ to manage dependencies. Both methods rely on CMake.
...
@@ -131,6 +131,18 @@ to manage dependencies. Both methods rely on CMake.
If you do not know which method to use and just want to compile OTB with
If you do not know which method to use and just want to compile OTB with
all its modules, use the SuperBuild.
all its modules, use the SuperBuild.
+------------+------------+-----------+
| Header 1 | Header 2 | Header 3 |
+============+============+===========+
| body row 1 | column 2 | column 3 |
+------------+------------+-----------+
| body row 2 | Cells may span columns.|
+------------+------------+-----------+
| body row 3 | Cells may | - Cells |
+------------+ span rows. | - contain |
| body row 4 | | - blocks. |
+------------+------------+-----------+
Important CMake configuration variables:
Important CMake configuration variables:
* ``CMAKE_INSTALL_PREFIX``: Installation directory, target for ``make install``
* ``CMAKE_INSTALL_PREFIX``: Installation directory, target for ``make install``
...
@@ -392,9 +404,6 @@ To build the CookBook documentation, the following python packages are required:
...
@@ -392,9 +404,6 @@ To build the CookBook documentation, the following python packages are required:
pip install numpy sphinx sphinx_rtd_theme
pip install numpy sphinx sphinx_rtd_theme
A working installation of ``latex`` is
required for building the PDF version.
Enable Python bindings and set ``BUILD_COOKBOOK``:
Enable Python bindings and set ``BUILD_COOKBOOK``:
::
::
...
@@ -407,6 +416,3 @@ Then, build the target:
...
@@ -407,6 +416,3 @@ Then, build the target:
make CookbookHTML
make CookbookHTML
::
make CookBookPDF
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