Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Charles Southerland
frama-c
Commits
42a332b5
Commit
42a332b5
authored
5 years ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
INSTALL and README: updates the opam version needed to install Frama-C.
parent
f9fde48f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL.md
+2
-2
2 additions, 2 deletions
INSTALL.md
README.md
+1
-1
1 addition, 1 deletion
README.md
with
3 additions
and
3 deletions
INSTALL.md
+
2
−
2
View file @
42a332b5
...
...
@@ -32,7 +32,7 @@ First you need to install opam, then you may install Frama-C using opam:
opam install frama-c
**Note:**
make sure your opam version is >=
1.2.2
.
**Note:**
make sure your opam version is >=
2.0.0
.
Also, it is highly recommended that you install an external solver
for opam, such as
`aspcud`
, otherwise unexpected dependency errors
may occur during installation.
...
...
@@ -46,7 +46,7 @@ OSX has opam through Homebrew.
A
[
Cygwin-based opam
](
https://fdopen.github.io/opam-repository-mingw/installation
)
is available on Windows. It is less stable than it is for the other OSes, but should work.
If your system does not have an opam package >=
1.2.2
you can compile it from source,
If your system does not have an opam package >=
2.0.0
you can compile it from source,
or use the provided opam binaries available at:
http://opam.ocaml.org/doc/Install.html
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
42a332b5
...
...
@@ -33,7 +33,7 @@ see [INSTALL.md](INSTALL.md).
Frama-C is available through
[
OPAM
](
http://opam.ocaml.org/
)
, the
OCaml Package Manager. This is the preferred installation method. Be sure
to install opam v
1.2
or higher. Then the following sequence of commands
to install opam v
2.0
or higher. Then the following sequence of commands
should install frama-c and its gui:
opam init
...
...
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