Add coq/README.md.
This commit is contained in:
parent
213264633f
commit
b69e9ec88f
1 changed files with 17 additions and 0 deletions
17
coq/README.md
Normal file
17
coq/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
This code has been tested with Coq 8.5pl3.
|
||||
|
||||
For now, this code requires my slightly patched version of Autosubst.
|
||||
To install this library, proceed as follows:
|
||||
|
||||
```
|
||||
git clone git@github.com:fpottier/autosubst.git
|
||||
cd autosubst
|
||||
make && make install
|
||||
```
|
||||
|
||||
You can then compile the Coq code as follows:
|
||||
|
||||
```
|
||||
make _CoqProject
|
||||
make -j4
|
||||
```
|
Loading…
Reference in a new issue