Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
otawa-doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTAWA-plugins
otawa-doc
Commits
15b4e2a2
Commit
15b4e2a2
authored
5 years ago
by
Forget Julien
Browse files
Options
Downloads
Patches
Plain Diff
Relecture.
parent
8a8dff95
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-20
18 additions, 20 deletions
README.md
with
18 additions
and
20 deletions
README.md
+
18
−
20
View file @
15b4e2a2
...
@@ -17,44 +17,42 @@ Libraries (development version):
...
@@ -17,44 +17,42 @@ Libraries (development version):
*
libxml2
*
libxml2
*
libxslt
*
libxslt
For example, on Ubuntu/Debian, all the dependencies can be installed by
For example, on Ubuntu/Debian, all the dependencies can be installed by:
typing:
sudo apt install build-essential python2 git cmake flex bison libxml2-dev libxslt-dev ocaml gcc-arm-none-eabi
sudo apt install build-essential python2 git cmake flex bison libxml2-dev libxslt-dev ocaml gcc-arm-none-eabi
## Installing OTAWA v2 ##
## Installing OTAWA v2 ##
Then, you can download and install OTAWA v2, from here:
To download and install OTAWA v2, first download the following script
and execute it using python 2.7:
http://www.otawa.fr/
To downaload and install OTAWA, you first download the script
http://www.tracesgroup.net/otawa/packages/otawa-install.py
http://www.tracesgroup.net/otawa/packages/otawa-install.py
then execute the script using python 2.7.
*Warning*
: the script is compatible with python 2.7 (NOT python 3). If
your default python installation is python3, you need to edit the first
line of
`otawa-install.py`
and replace
`#!/usr/bin/python`
by
`#!/usr/bin/python2`
The script is compatible with python 2.7 (NOT python 3). If your default python
You will also need to install the OTAWA plugins for ARM, and
installation is python3, you need to edit
the
f
ir
st line of otawa-install.p
y
`lp-solve`
. Go to
`<otawa dir>/bin`
(where
`otawa dir`
is
the
d
ir
ector
y
and replace
`#!/usr/bin/python`
by
`#!/usr/bin/python2`
where you just installed otawa) and type:
You will probably need to install the OTAWA plugins for ARM, and lp-solve.
python otawa-install.py otawa-arm otawa-lp_solve5
Go to the directory containing
`otawa-install.py`
and type:
./otawa-install.py -R <otawa dir> otawa-arm otawa-lp_solve5
*Warning*
: to install plugins, do
**not**
use
`otawa-install.py`
in
`<otawa_dir>`
.
where
`<otawa dir>`
is the desired OTAWA installation directory.
## Setting environment ##
## Setting
the
environment ##
You will need to do the
follow
ing
:
Modify your environment variables as
follow
s
:
-
put
`<otawa dir>/bin`
in your
`PATH`
environmen
t variable
-
add
`<otawa dir>/bin`
t
o
variable
`PATH`
-
put
`<otawa dir>/lib`
in your
`LD_LIBRARY_PATH`
environment variable
-
add
`<otawa dir>/lib`
to variable
`LD_LIBRARY_PATH`
## Compiling the plug-ins ##
## Compiling the plug-ins ##
Go to the plugin source directory, then type make.
Go to the plugin source directory, then type
`
make
`
.
## Using a plug-in ##
## Using a plug-in ##
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment