Skip to content
Snippets Groups Projects
Commit bf6ca5ad authored by Ralf Jung's avatar Ralf Jung
Browse files

update README

parent 986830b7
No related branches found
No related tags found
No related merge requests found
...@@ -3,18 +3,14 @@ PREREQUISITES ...@@ -3,18 +3,14 @@ PREREQUISITES
This version is known to compile with: This version is known to compile with:
- Coq 8.5 beta 3 - Coq 8.5
- SCons 2.0 - Ssreflect 1.6
- Autosubst 1.4
BUILDING INSTRUCTIONS BUILDING INSTRUCTIONS
--------------------- ---------------------
Say "scons" to build the full library, or "scons some_module.vo" to just Run the following commands to build the full development:
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
./configure
make
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