forked from affeldt-aist/infotheo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60ce4a6
commit 737623b
Showing
4 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
*.v.d | ||
*.glob | ||
*~ | ||
Makefile | ||
Makefile.conf | ||
*.aux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
all: Makefile.coq | ||
$(MAKE) -f Makefile.coq all | ||
|
||
clean: Makefile.coq | ||
$(MAKE) -f Makefile.coq cleanall | ||
rm -f Makefile.coq Makefile.coq.conf | ||
|
||
Makefile.coq: _CoqProject | ||
coq_makefile -f _CoqProject -o Makefile.coq | ||
|
||
_CoqProject Makefile: ; | ||
|
||
%: Makefile.coq | ||
$(MAKE) -f Makefile.coq $@ | ||
|
||
.PHONY: all clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,18 +31,17 @@ All versions available from opam. | |
|
||
With Coq 8.10. | ||
|
||
3. ~git clone [email protected]:affeldt-aist/infotheo.git~ | ||
4. ~cd infotheo~ | ||
1. ~git clone [email protected]:affeldt-aist/infotheo.git~ | ||
2. ~cd infotheo~ | ||
|
||
If opam is installed, do: | ||
|
||
5. ~opam install .~ | ||
3. ~opam install .~ | ||
|
||
If opam is not installed but if the requirements are met, do: | ||
|
||
5. ~coq_makefile -f _CoqProject -o Makefile~ | ||
6. ~make~ | ||
7. ~make install~ | ||
3. ~make~ | ||
4. ~make install~ | ||
|
||
*** About Windows 10 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters