首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Jessie插件与Frama-c铝材的集成

Jessie插件与Frama-c铝材的集成
EN

Stack Overflow用户
提问于 2016-09-22 23:35:27
回答 1查看 97关注 0票数 1

如何将Jessie一个外部插件(为什么是2.36)与Frama-c Aluminium集成?

EN

回答 1

Stack Overflow用户

发布于 2016-09-23 15:02:45

你不能。为什么2.36只与Frama-C镁兼容。然而,为什么的git仓库的主分支似乎与Frama-C Aluminium兼容(免责声明:我只检查了插件编译得很好,但没有试图用它做任何证明)。

git存储库位于https://scm.gforge.inria.fr/anonscm/git/why/why.git/,可以通过以下步骤进行安装:

如果您使用的是opam,也可以将其安装为git clone https://scm.gforge.inria.fr/anonscm/git/why/why.git/ cd why autoconf ./configure [--prefix=MY_LOCAL_INSTALL] make [sudo] make install的固定版本:opam pin add why --kind git --edit https://scm.gforge.inria.fr/anonscm/git/why/why.git/ [ you will be able to edit the opam instruction file: change the version number to something like 9999 and add ["autoconf"] at the top of the list of build steps ]

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/39643274

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档