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
dee07b84
Commit
dee07b84
authored
May 20, 2016
by
Guillaume Melquiond
Browse files
Merge branch 'bugfix/v0.87'
parents
3e8f20c4
d5579de5
Changes
2
Show whitespace changes
Inline
Side-by-side
INSTALL
View file @
dee07b84
...
...
@@ -23,9 +23,10 @@ Installation from the git repository
First run
autoconf
automake --add-missing
to build the
file
./configure
, then follow instructions from the
section above.
to build the ./configure
file and install the helper scripts, then follow
instructions from the
section above.
Detailed instructions
...
...
examples/nightly-bench.sh
View file @
dee07b84
...
...
@@ -35,6 +35,7 @@ echo "Starting time (UTC): "`date --utc +%H:%M` >> $REPORT
# configuration
autoconf
automake
--add-missing
./configure
--enable-local
&>
$OUT
if
test
"
$?
"
!=
"0"
;
then
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