summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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