File: INSTALL.md

package info (click to toggle)
coquelicot 3.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,476 kB
  • sloc: cpp: 2,077; makefile: 16; sh: 5
file content (31 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Installation instructions
=========================

Prerequisites
-------------

You will need the Coq proof assistant (>= 8.12). You will need the
[MathComp](http://math-comp.github.io/math-comp/) library to be installed too.

The `.tar.gz` file is distributed with a working set of configure files. They
are not in the git repository though. Consequently, if you are building from
git, you will need `autoconf` (>= 2.59).


Configuring, compiling and installing
-------------------------------------

Ideally, you should just have to type:

    ./configure && ./remake && ./remake install

The environment variable `COQC` can be passed to the configure script in order
to set the Coq compiler command. The configure script defaults to `coqc`.
Similarly, `COQDEP` can be used to specify the location of `coqdep`. The
`COQBIN` environment variable can be used to set both variables at once.

The library files are compiled at the logical location `Coquelicot`. The
`COQUSERCONTRIB` environment variable can be used to override the
physical location where the `Coquelicot` directory containing these files
will be installed by `./remake install`. By default, the target directory
is `` `$COQC -where`/user-contrib ``.