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
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
d5579de5
Commit
d5579de5
authored
May 20, 2016
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update INSTALL instructions and fix nightly bench.
parent
0a4926e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
INSTALL
INSTALL
+3
-2
examples/nightly-bench.sh
examples/nightly-bench.sh
+1
-0
No files found.
INSTALL
View file @
d5579de5
...
...
@@ -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 @
d5579de5
...
...
@@ -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