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
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
70efac05
Commit
70efac05
authored
Aug 02, 2016
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Minor reformatting
parent
cf90f20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
23 deletions
+3
-23
doc/installation.rst
doc/installation.rst
+3
-23
No files found.
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
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