Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] installation on Ubuntu


  • Subject: [Frama-c-discuss] installation on Ubuntu
  • From: cs.yang.yibiao at gmail.com (Yibiao Yang)
  • Date: Mon, 26 Aug 2013 21:11:34 +0800

I would like to share my method to install frama-c-Fluorine
20130601<http://frama-c.com/download.html>
  in a fresh ubuntu system 12.04:

Apart from the guide in http://frama-c.com/install-fluorine-20130601.html .
I also install the gmp and zarith library by using the following command:

sudo apt-get install ocaml ocaml-native-compilers graphviz
liblablgtksourceview2-ocaml-dev liblablgtk2-gnome-ocaml-dev
libzarith-ocaml-dev libgmp-dev ocaml-findlib


Then install the frama-c by configure with zarith library:

./configure --enable-zarith=/usr/lib/ocaml/zarith && make && sudo make install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130826/c4283144/attachment.html>