Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
d5579de5
Commit
d5579de5
authored
May 20, 2016
by
Guillaume Melquiond
Browse files
Update INSTALL instructions and fix nightly bench.
parent
0a4926e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
d5579de5
...
@@ -23,9 +23,10 @@ Installation from the git repository
...
@@ -23,9 +23,10 @@ Installation from the git repository
First run
First run
autoconf
autoconf
automake --add-missing
to build the
file
./configure
, then follow instructions from the
to build the ./configure
file and install the helper scripts, then follow
section above.
instructions from the
section above.
Detailed instructions
Detailed instructions
...
...
examples/nightly-bench.sh
View file @
d5579de5
...
@@ -35,6 +35,7 @@ echo "Starting time (UTC): "`date --utc +%H:%M` >> $REPORT
...
@@ -35,6 +35,7 @@ echo "Starting time (UTC): "`date --utc +%H:%M` >> $REPORT
# configuration
# configuration
autoconf
autoconf
automake
--add-missing
./configure
--enable-local
&>
$OUT
./configure
--enable-local
&>
$OUT
if
test
"
$?
"
!=
"0"
;
then
if
test
"
$?
"
!=
"0"
;
then
echo
"Configure failed"
>>
$REPORT
echo
"Configure failed"
>>
$REPORT
...
...
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