Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Apr 24, 2021
1 parent 1a3ac7b commit 56087f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,8 @@ This library has been applied to other formalizations:

Installation of monae on Windows is less simple.
First install infotheo following the [instructions for Windows 10](https://github.com/affeldt-aist/infotheo).
Once infotheo is installed:
1. If opam is available, do
+ `opam install coq-monae` or `git clone git@github.com:affeldt-aist/monae.git; opam install .`
2. If opam is not available (i.e., installation of MathComp using unzip, untar, cd, make, make install),
do:
+ `git clone git@github.com:affeldt-aist/monae.git`
+ `coq_makefile -o Makefile -f _CoqProject`
+ `make`
Once infotheo is installed (with opam), do:
- `opam install coq-monae` or `git clone git@github.com:affeldt-aist/monae.git; opam install .`

## Original License

Expand Down
10 changes: 2 additions & 8 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,8 @@ documentation: |-
Installation of monae on Windows is less simple.
First install infotheo following the [instructions for Windows 10](https://github.com/affeldt-aist/infotheo).
Once infotheo is installed:
1. If opam is available, do
+ `opam install coq-monae` or `git clone git@github.com:affeldt-aist/monae.git; opam install .`
2. If opam is not available (i.e., installation of MathComp using unzip, untar, cd, make, make install),
do:
+ `git clone git@github.com:affeldt-aist/monae.git`
+ `coq_makefile -o Makefile -f _CoqProject`
+ `make`
Once infotheo is installed (with opam), do:
- `opam install coq-monae` or `git clone git@github.com:affeldt-aist/monae.git; opam install .`
## Original License
Expand Down

0 comments on commit 56087f1

Please sign in to comment.