Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
meta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
meta
Commits
fefcc911
Commit
fefcc911
authored
2 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instructions
parent
030cf341
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-2
12 additions, 2 deletions
README.md
with
12 additions
and
2 deletions
README.md
+
12
−
2
View file @
fefcc911
...
...
@@ -11,13 +11,23 @@ You can install a stable version of MetAcsl through [`opam`](https://opam.ocaml.
If you want to compile it manually from the git repository, you need to have Frama-C installed,
and to ensure that the MetAcsl branch you intend to work on is compatible with it
(NB: the
`master`
branches from both repositories are supposed to stay synchronized).
(NB: the
`master`
branches from both repositories are supposed to stay synchronized,
as well as any
`stable/*`
branch).
Optional dependencies, needed for using the
[
deduction
](
#deduction
)
capabilities of MetAcsl include:
-
[
Why3
](
https://why3.lri.fr
)
(
only
for checking the consistency of MetAcsl's deduction model)
-
[
SWI Prolog
](
https://www.swi-prolog.org/
)
Then, run the usual
`autoconf && ./configure && make && make install`
Since version 0.4, MetAcsl uses
[
`dune`
](
https://dune.build/
)
as build system (following Frama-C's lead),
so that you can install MetAcsl with the following commands:
```
dune build
dune install
```
This will install MetAcsl in the same place as Frama-C.
For convenience, you can still use
`make && make install`
to perform the same thing.
## Usage
...
...
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