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
Main Repositories
otb
Commits
aac8c62d
Commit
aac8c62d
authored
Jul 13, 2016
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOC: fix unprotected underscore
parent
4b2f0bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Documentation/SoftwareGuide/Latex/Installation.tex
Documentation/SoftwareGuide/Latex/Installation.tex
+2
-2
No files found.
Documentation/SoftwareGuide/Latex/Installation.tex
View file @
aac8c62d
...
...
@@ -227,8 +227,8 @@ In fact there is no make install target for the SuperBuild.
By default, SuperBuild will not use any of libraries installed on system. All
\texttt
{
USE
\_
SYSTEM
\_\textit
{
XXX
}}
are
are set to FALSE. This is our recommended way of using SuperBuild. You are however free to use a system library
if you want
!
. You must be very much aware of dependencies of those libraries you use from system. For example,
if libjpeg is not used from superbuild using USE
_
SYSTEM
_
JPEG
=
TRUE then you should not use zlib from superbuild
because zlib is a dependency of libjpeg. Here SuperBuild will not automagically set USE
_
SYSTEM
_
ZLIB
=
FALSE.
if libjpeg is not used from superbuild using
\texttt
{
USE
\
_
SYSTEM
\
_
JPEG
=
TRUE
}
then you should not use zlib from superbuild
because zlib is a dependency of libjpeg. Here SuperBuild will not automagically set
\texttt
{
USE
\
_
SYSTEM
\
_
ZLIB
=
FALSE
}
.
You must do it yourself. The example of libjpeg
-
zlib dependency chain is so simple.
Imagine the same case for GDAL which depends on zlib, libjpeg, libtiff
(
with big tiff support
)
, geotiff,
sqlite, curl, geos, libkml, openjpeg. This is one of the reasons we recommend to use SuperBuild exclusively or not.
...
...
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