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] installing frama-c on Mac AND jessie



On 10/04/2013 14:37, Claude March? wrote:
>
> I got some feedback about the installation procedure on Mac using OPAM.
> It seems that a slightly modified sequence of commands is needed:
>
> port install opam
> port install gtksourceview2
> opam init
> eval `opam config env`
> opam switch 4.00.1
> opam install frama-c
>
> The differences are first the "2" for gtksourceview, and the switch to a
> OCaml compiler shipped with OPAM
>
> Moreover, installing the Jessie plugin can be done afterwards using simply
>
> opam install why
>
> Beware that this takes a significant amount of time, since it will
> install also why3, coq, and alt-ergo. Coq compilation is specially long.

After the next release of opam, which will include the new "messages" 
field, coq will be an optional dependency of why3. When coq is not 
installed, the message "The optional realizations and why3's coq plugin 
will not be available since coq is not enabled" will be printed during 
the summary in order to know what you lose.

-- 
Fran?ois