aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c20a08528..2bc177c68 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,10 @@ Fiat-Crypto: Synthesizing Correct-by-Construction Assembly for Cryptographic Pri
NOTE: The github.com repo is only intermittently synced with
github.mit.edu.
+To build (if your COQPATH variable is empty):
+
+ make
+
To build (Coq 8.5):
export COQPATH="$(pwd)/coqprime${COQPATH:+:}$COQPATH"