From fb763df2e62ed01d888550aa8c64a85ce3bee6ea Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Fri, 24 Aug 2012 00:10:23 +0200 Subject: [PATCH] Add a README. --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..5fd99020 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +PREREQUISITES +------------- + +This version is known to compile with: + + - Coq 8.4 + - 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 + -- GitLab