Skip to content

Commit

Permalink
corrects a mistake in the compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ybertot committed Feb 28, 2018
1 parent d76ddde commit 8b1a358
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ You can:
First download the archive, unpack it, and change directory to the `coq-dpdgraph` directory.

Depending on how you got hold of the archive, you may be in one of three situations:

1/ Makefile is present

You should type the following command.
Expand All @@ -54,14 +55,14 @@ Depending on how you got hold of the archive, you may be in one of three situati

You should type the following command.

$ ./configure && make && install
$ ./configure && make && make install

3/ configure is not present, Makefile is not present

You should type the following command.

$ autoconf
$ configure && make && install
$ configure && make && make install

#### install using opam

Expand Down

0 comments on commit 8b1a358

Please sign in to comment.