diff options
| author | Enrico Tassi | 2015-03-09 13:35:08 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2015-03-09 16:21:23 +0100 |
| commit | 155e671f7b83293ae327ddbd252d1d1ac961ab9a (patch) | |
| tree | 7bb826abaa20f3fe5ac57e0348be14e8641b5b75 /etc/INSTALL | |
| parent | fc84c27eac260dffd8f2fb1cb56d599f1e3486d9 (diff) | |
some work on ssreflect and discrete
Diffstat (limited to 'etc/INSTALL')
| -rw-r--r-- | etc/INSTALL | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/etc/INSTALL b/etc/INSTALL new file mode 100644 index 0000000..c468b6f --- /dev/null +++ b/etc/INSTALL @@ -0,0 +1,50 @@ +INSTALLATION PROCEDURE FOR THE MATHEMATICAL COMPONENTS LIBRARY +-------------------------------------------------------------- + +LINUX AND MAC +============= + +0. Install opam. Instructions at + + http://opam.ocaml.org/doc/Install.html + +1. Be sure to have the Coq stable repository added to opam by typing + + opam repo list + + If it is not the case, type + + opam repo add coq-stable https://github.com/coq/repo-stable.git + +2. To find all Mathematical Components libraries type + + opam search coq:mathcomp + +3. To get more info about a package type (for example) + + opam show coq:mathcomp:discrete + +4. To install the ones you need, type (for example) + + opam install coq:mathcomp:discrete + + To take advantage of parallel hardware one can add + the flag -j to specify how many concurrent jobs are + run, for example type + + opam install -j2 coq:mathcomp:discrete + +5. To remove a package, type (for example) + + opam remove coq:mathcomp:discrete + +WINDOWS +======= + +0. Install Coq using the official Windows installer from + + ... + +1. Download and install the all in one bundle + + ... |
