Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Colibri WebSite
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Colibri WebSite
Commits
f66745b1
Commit
f66745b1
authored
3 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
[Download] Add colibri2 nightly information
parent
fd0580fb
No related branches found
Branches containing commit
No related tags found
2 merge requests
!3
Start the COLIBRI manual in the website
,
!1
Colibri doc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
download.html
+5
-3
5 additions, 3 deletions
download.html
html/get-frama-c.html
+20
-31
20 additions, 31 deletions
html/get-frama-c.html
with
25 additions
and
34 deletions
download.html
+
5
−
3
View file @
f66745b1
...
...
@@ -3,10 +3,12 @@
<head>
<title>
Get Frama-C
</title>
<meta
http-equiv =
"refresh"
content =
"0; url=/html/get-frama-c.html"
/>
<link
rel=
"canonical"
href=
"https://
www
.frama-c.com/html/get-frama-c.html"
/>
<link
rel=
"canonical"
href=
"https://
colibri
.frama-c.com/html/get-frama-c.html"
/>
<meta
description =
"Download and install the Frama-C analysis platform now!"
/>
</head>
<body>
<p>
Redirect to
<a
href=
"https://www.frama-c.com/html/get-frama-c.html"
>
Get Frama-C
</a></p>
<p>
Redirect
to
<a
href=
"https://colibri.frama-c.com/html/get-frama-c.html"
>
Get
Colibri tools
</a></p>
</body>
</html>
\ No newline at end of file
</html>
This diff is collapsed.
Click to expand it.
html/get-frama-c.html
+
20
−
31
View file @
f66745b1
---
layout: default
css: get-framac
title: Get
Frama-C
description: Download and install
the Frama-C analysis platform now!
title: Get
Colibri tools
description: Download and install
Colibri, Colibri2, Colibrics
---
<body
class=
"page nonTouch"
>
...
...
@@ -14,7 +14,7 @@ description: Download and install the Frama-C analysis platform now!
<div
id=
"container"
class=
"mainContainer"
>
<div
class=
"getFramaC"
>
<div
class=
"wrap"
>
<h1
class=
"pageTitle"
>
Choose for which OS you want
Frama-C
</h1>
<h1
class=
"pageTitle"
>
Choose for which OS you want
Colibri2
</h1>
<div
class=
"OS codeTabs"
>
<a
href=
"#"
role=
"button"
class=
"tab-up tab-up-linux"
onClick=
"clickTab('linux')"
><b>
Linux
</b></a>
<a
href=
"#"
role=
"button"
class=
"tab-up tab-up-mac"
onClick=
"clickTab('mac')"
><b>
Mac
</b></a>
<a
href=
"#"
role=
"button"
class=
"tab-up tab-up-windows"
onClick=
"clickTab('windows')"
><b>
Windows (WSL)
</b></a>
...
...
@@ -29,29 +29,29 @@ description: Download and install the Frama-C analysis platform now!
sudo apt install opam
<span
class=
"shell-linux-comment"
>
# or dnf, pacman, etc.
</span>
<span
class=
"shell-linux-comment"
>
# 2. Install
Frama-C
's dependencies
</span>
<span
class=
"shell-linux-comment"
>
# 2. Install
Colibri2
's dependencies
</span>
opam install depext
opam depext
frama-c
opam depext
colibri2
<br>
<span
class=
"shell-linux-comment"
>
#
3
. Install
Frama-C
itself
</span>
opam install
frama-c
</pre>
<span
class=
"shell-linux-comment"
>
#
4
. Install
Colibri2
itself
</span>
opam install
colibri2
</pre>
</div>
<div
class=
"codeTab tab-mac hide"
>
<pre
class=
"shell-mac"
>
<span
class=
"shell-mac-comment"
>
# 1. Install
<a
href=
"https://brew.sh/"
>
Homebrew
</a></span>
<span
class=
"shell-mac-comment"
>
# 2. Install required dependencies for
Frama-C
</span>
brew install opam gmp gtk+
gtksourceview libgnomecanvas
<span
class=
"shell-mac-comment"
>
# 2. Install required dependencies for
Colibri2
</span>
brew install opam gmp gtk+
<span
class=
"shell-mac-comment"
>
# 3. Configure GTK library
</span>
export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/lib/pkgconfig
<span
class=
"shell-mac-comment"
>
# 4. Install recommended dependencies for
Frama-C
</span>
brew install
graphviz zmq
<!--
<span class="shell-mac-comment"># 4. Install recommended dependencies for
Colibri2
</span>
-->
<!--
brew install
zmq -->
<span
class=
"shell-mac-comment"
>
#
5
. Finally install
Frama-C
</span>
opam install
frama-c
</pre>
<span
class=
"shell-mac-comment"
>
#
4
. Finally install
colibri2
</span>
opam install
colibri2
</pre>
</div>
<div
class=
"codeTab tab-windows hide"
>
...
...
@@ -66,33 +66,22 @@ opam init --disable-sandboxing --shell-setup
eval $(opam env)
opam install -y depext
<span
class=
"shell-win-comment"
>
# 3. Install graphical dependencies
</span>
opam depext --install -y lablgtk3 lablgtk3-sourceview3
<!--
<span class="shell-win-comment"># 3. Install graphical dependencies</span>
-->
<!--
opam depext --install -y lablgtk3 lablgtk3-sourceview3
-->
<span
class=
"shell-win-comment"
>
# 4. Install
Frama-C
</span>
opam depext --install -y
frama-c
</pre>
<span
class=
"shell-win-comment"
>
# 4. Install
Colibri2
</span>
opam depext --install -y
colibri2
</pre>
</div>
</div>
</div>
</div>
<div
class=
"otherConfiguration"
>
For detailed installation instructions,
<a
target=
"_blank"
href=
"https://git.frama-c.com/pub/frama-c/blob/master/INSTALL.md"
>
click here
</a>
<br>
All Frama-C releases are available
<a
href=
"/html/framac-versions.html"
>
from this page
</a>
</div>
{% if site.fc-versions.last.beta %}
<div
class=
"otherVersion"
>
The beta version of the next Frama-C release is available
<a
href=
"{{ site.fc-versions.last.url }}"
>
here
</a>
</div>
{% endif %}
<h1
class=
"pageTitle"
>
Downloads
</h1>
<div
class=
"tileWrapper"
size=
"big"
>
<div
class=
"tile"
>
<h4
class=
"tileTitle"
><span>
Frama-C and ACSL
</span></h4>
<h4
class=
"tileTitle"
><span>
Colibri2
</span></h4>
<ul>
<li><a
href=
"/download/frama-c-source-dist.tar.gz"
>
Frama-C source distribution
</a></li>
<li><a
href=
"/download/frama-c-user-manual.pdf"
>
Frama-C user manual
</a></li>
<li><a
href=
"/download/frama-c-plugin-development-guide.pdf"
>
Plug-in development guide
</a></li>
<li><a
href=
"/download/frama-c-acsl-implementation.pdf"
>
ACSL implementation
</a></li>
<li><a
href=
"https://git.frama-c.com/pub/colibrics/-/jobs/artifacts/master/raw/bin/colibri2?job=generate-static:%20[4.12.0]"
>
Colibri2
Nightly development version, Linux binary
</a></li>
</ul>
</div>
<div
class=
"tile"
>
...
...
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