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
Deploy
Releases
Container Registry
Model registry
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
pub
frama-c
Commits
5316ba78
Commit
5316ba78
authored
2 years ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[doc] additional tools
parent
863a5c9e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+27
-0
27 additions, 0 deletions
INSTALL.md
with
27 additions
and
0 deletions
INSTALL.md
+
27
−
0
View file @
5316ba78
...
...
@@ -21,6 +21,7 @@
-
[
Plugin files: (in `/INSTALL_DIR/lib/frama-c/plugins`)
](
#plugin-files-in-install_dirlibframa-cplugins
)
-
[
Man files: (in `/INSTALL_DIR/share/man/man1`)
](
#man-files-in-install_dirsharemanman1
)
-
[
Installing Additional Frama-C Plugins
](
#installing-additional-frama-c-plugins
)
-
[
Frama-C additional tools
](
#frama-c-additional-tools
)
-
[
HAVE FUN WITH FRAMA-C!
](
#have-fun-with-frama-c
)
## Installing Frama-C via opam
...
...
@@ -484,5 +485,31 @@ The standard way for installing them should be:
Plugins may have their own custom installation procedures.
Consult their specific documentation for details.
# Frama-C additional tools
A few additional tools that are useless for most users might be useful for
plugin developers. These tools are:
-
`frama-c-lint`
, used for checking coding conventions
-
`frama-c-hdrck`
, used for checking files license header
They can be installed either by pinning them via Opam:
```
opam pin tools/lint
opam pin tools/hdrck
```
Or by compiling/installing Frama-C manually in developer mode:
```
FRAMAC_DEVELOPER=yes make
FRAMAC_DEVELOPER=yes make install
# Or:
make -C tools/<the-tool>
make -C tools/<the-tool> install
```
For convenience,
`FRAMAC_DEVELOPER`
can be exported globally.
# HAVE FUN WITH FRAMA-C!
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