Changes between Version 28 and Version 29 of WikiStart
- Timestamp:
- Nov 29, 2013, 4:13:55 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v28 v29 23 23 * You will need a working version of [http://coq.inria.fr Coq]. The proofs are known to work with Coq 8.4. 24 24 25 * We use [http://darcs.net/ darcs] for version control.25 * Source code is on github 26 26 {{{ 27 $ darcs get http://code.ouroborus.net/iron/iron-head/ 27 git clone https://github.com/benl23x5/iron 28 28 }}} 29 29 30 30 * There is a top-level Makefile that will build all the proofs. For this to work `coqc` and `coqdep` need to be in your default path. 31 31 {{{ 32 $ cd iron -head32 $ cd iron 33 33 $ make 34 34 }}}