Skip to content

Commit 4db9d2f

Browse files
committed
README
1 parent d419332 commit 4db9d2f

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,30 @@
1-
[![Build Status](https://travis-ci.org/math-comp/multinomials.svg?branch=master)](https://travis-ci.org/math-comp/multinomials)
2-
3-
A Coq/SSReflect Library for Monoidal Rings && Multinomials
1+
A Multivariate polynomial Library for the Mathematical Components Library
42
========================================================================
53

6-
This library is based on SSReflect/MathComp Library version >= 1.8.
4+
This library provides a library for monomial algebra,for multivariate
5+
polynomials over ring structures and an extended theory for
6+
polynomials whose coefficients range over commutative rings and
7+
integral domains.
8+
9+
Building and installation instructions
10+
------------------------------------------------------------------------
11+
12+
The easiest way to install the latest released version this library is
13+
via [OPAM](https://opam.ocaml.org/doc/Install.html):
14+
15+
```shell
16+
opam repo add coq-released https://coq.inria.fr/opam/released
17+
opam install coq-mathcomp-multinomials
18+
```
719

8-
It can be installed from the unstable Coq opam repository:
20+
If you want to install it manually, do:
921

10-
https://coq.inria.fr/howto-opam
22+
``` shell
23+
git clone https://github.com/math-comp/multinomials.git
24+
cd multinomials
25+
make # or make -j <number-of-cores-on-your-machine>
26+
make install
27+
```
1128

1229
Authors
1330
========================================================================

0 commit comments

Comments
 (0)