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

Add README.

parent 45aa85cb
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.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
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