Skip to content
Snippets Groups Projects
Commit fb763df2 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Add a README.

parent 18669b92
No related branches found
No related tags found
No related merge requests found
README 0 → 100644
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment