diff --git a/README b/README
new file mode 100644
index 0000000000000000000000000000000000000000..955ead28a937d226f60260ca3206008c6ff3a318
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+PREREQUISITES
+-------------
+
+This version is known to compile with:
+
+ - Coq 8.5 beta 3
+ - SCons 2.0
+ 
+BUILDING INSTRUCTIONS
+---------------------
+
+Say "scons" to build the full library, or "scons some_module.vo" to just 
+build some_module.vo (and its dependencies).
+
+In addition to common Make options like -j N and -k, SCons supports some 
+useful options of its own, such as --debug=time, which displays the time 
+spent executing individual build commands.
+
+scons -c replaces Make clean
+