Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alta
alta
Commits
5b2cb7b9
Commit
5b2cb7b9
authored
May 02, 2014
by
Laurent Belcour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating documentation.
parent
2d732c96
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
16 deletions
+15
-16
SConstruct
SConstruct
+4
-1
documents/install.dox
documents/install.dox
+5
-11
documents/mainpage.dox
documents/mainpage.dox
+6
-4
No files found.
SConstruct
View file @
5b2cb7b9
...
...
@@ -10,7 +10,10 @@ AddOption('--cfg', help='Specify a configuration file (see config.example')
##
configFile
=
GetOption
(
'cfg'
)
if
configFile
==
None
:
configFile
=
'config.example'
print
'<<ERROR>> You need to specify a configuration file using:'
print
'<<ERROR>> scons --cfg [filename]'
print
'<<ERROR>> Please find example of configuration files in ${ALTA}/configs/scons/'
Exit
(
1
)
#end
if
not
os
.
path
.
exists
(
configFile
):
...
...
documents/install.dox
View file @
5b2cb7b9
...
...
@@ -101,19 +101,13 @@ Using scons, the compilation of ALTA is straightforward:
\verbatim
$ cd $ALTA
$ scons -i
$ scons -
-cfg [filename] -
i
\endverbatim
This compilation command automatically download the dependencies of ALTA
core and plugins. If you already have one of the dependencies installed on
your system, you can use a configuration file in the scons call:
\verbatim
$ scons --cfg config.file
\endverbatim
An example of the configuration file is provided at <em>$ALTA/config.example
</em>.
You need to provide a system dependant configuration file. You will find
examples of such configuration files in the <em>$ALTA/configs/scons</em>
directory. This compilation command automatically download the dependencies of
ALTA core and plugins.
All the resulting elements of ALTA (binaries, dynamic and static libraries)
are outputted in: <em>$ALTA/sources/build</em> directory. The dependencies
...
...
documents/mainpage.dox
View file @
5b2cb7b9
...
...
@@ -82,12 +82,14 @@ is lightweight and only requires Python to be installed (ALTA uses Python for
its high level scripting mechanism). To build using scons, go to the root
directory of ALTA and type:
\verbatim
$ scons -i
$ scons -
-cfg [filename] -
i
\endverbatim
This should obtain some of ALTA's dependencies (such as Eigen) and compile the
main package of the library (i.e. the core, the command line tools, and some
plugins).
You need to provide a plateform dependant configuration file. You will find
examples of such configuration files in the $ALTA/configs/scons directory.
Running this command should obtain some of ALTA's dependencies (such as Eigen)
and compile the main package of the library (i.e. the core, the command line
tools, and some plugins).
To use QMake, or for a more detailed view of ALTA's building scripts and
dependencies, please refer to \ref install.
...
...
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