Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias Mayr
limbo
Commits
d617fe09
Commit
d617fe09
authored
Sep 12, 2016
by
Jean-Baptiste Mouret
Browse files
add some hints at the end of the configure
parent
fa81a073
Changes
1
Hide whitespace changes
Inline
Side-by-side
wscript
View file @
d617fe09
...
...
@@ -85,13 +85,22 @@ def configure(conf):
all_flags
=
common_flags
+
opt_flags
conf
.
env
[
'CXXFLAGS'
]
=
conf
.
env
[
'CXXFLAGS'
]
+
all_flags
.
split
(
' '
)
print
conf
.
env
[
'CXXFLAGS'
]
print
'CXXFLAGS:'
,
conf
.
env
[
'CXXFLAGS'
]
if
conf
.
options
.
exp
:
for
i
in
conf
.
options
.
exp
.
split
(
','
):
print
'configuring for exp: '
+
i
conf
.
recurse
(
'exp/'
+
i
)
conf
.
recurse
(
'src/benchmarks'
)
print
''
print
'WHAT TO DO NOW?'
print
'---------------'
print
'[users] To compile Limbo (inc. unit tests): ./waf build'
print
'[users] Read the documentation (inc. tutorials) on http://www.resibots.eu/limbo'
print
'[developpers] To compile the HTML documentation (this requires sphinx and the resibots theme): ./waf doc'
print
'[developpers] To compile the benchmarks: ./waf build_benchmarks'
print
'[developpers] To compile the extensive tests: ./waf build_extensive_tests'
def
build
(
bld
):
bld
.
recurse
(
'src/'
)
...
...
Write
Preview
Supports
Markdown
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