Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
70efac05
Commit
70efac05
authored
Aug 02, 2016
by
yoogx
Browse files
* Minor reformatting
parent
cf90f20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/installation.rst
View file @
70efac05
...
...
@@ -60,33 +60,13 @@ It relies on bash constructs to coordinate various activities to:
- run Ocarina testsuites, and eventually collect coverage metrics
To install this script, simply clone the repository and run the
script. Here is an excerpt from its command-line interface.
```
Usage: ./build_ocarina.sh [switches]
-u : update source directory
-s : reset source directory (needs -u)
-h : print usage
-d : debug traces
-b : build Ocarina
-c : build Ocarina with coverage on (needs -b or -t)
-g : build Ocarina with debug on (needs -b)
-p : package Ocarina
-t : run tests
```
script. Use `build_ocarina.sh -h` to access its help.
* The following command gets a fresh copy of Ocarina source code:
```
./build_ocarina.sh -s -u
```
`./build_ocarina.sh -s -u`
* The following command compiles and installs Ocarina:
```
./build_ocarina.sh -b
```
`./build_ocarina.sh -b`
Manual build instructions
#########################
...
...
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