summaryrefslogtreecommitdiffstats
path: root/site/posts/ClightIntroduction.v
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-12-08 15:14:06 +0100
committerThomas Letan <lthms@soap.coffee>2020-12-08 15:14:06 +0100
commita611c4e22b5425a0e79604a601ef93f4db51d679 (patch)
tree63a0f3ac159158a97a5d998f9416dbc47f27c4b7 /site/posts/ClightIntroduction.v
parentUpdate to CompCert 3.8 (diff)
Advertise the version of compcert used to build this article
Diffstat (limited to 'site/posts/ClightIntroduction.v')
-rw-r--r--site/posts/ClightIntroduction.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/posts/ClightIntroduction.v b/site/posts/ClightIntroduction.v
index f9feefb..4bd9a52 100644
--- a/site/posts/ClightIntroduction.v
+++ b/site/posts/ClightIntroduction.v
@@ -26,9 +26,11 @@ Import ListNotations.
Installing CompCert is as easy as
<<
-opam install compcert
+opam install coq-compcert
>>
+ More precisely, this article uses #<code>coq-compcert.3.8</code>#.
+
Once <<opam>> terminates, the <<compcert>> namespace becomes available. In
addition, several binaries are now available if you have correctly set your
<<PATH>> environment variable. For instance, <<clightgen>> takes a C file as