diff options
author | Enrico Tassi <Enrico.Tassi@inria.fr> | 2018-03-06 18:15:38 +0100 |
---|---|---|
committer | Enrico Tassi <Enrico.Tassi@inria.fr> | 2018-03-06 18:15:38 +0100 |
commit | cff434eef64420bbc8b2292670c5417d72b6c7a8 (patch) | |
tree | 0a1c51f19d2bbac32e2bb32d77ba1cadcf9a7536 /dev/doc | |
parent | 8e0140143b8eafe15c0ea64ccccd19abcaf6056b (diff) |
document -profile in dev/doc/setup.txt
Diffstat (limited to 'dev/doc')
-rw-r--r-- | dev/doc/setup.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/doc/setup.txt b/dev/doc/setup.txt index 0003a2c21..c48c2d5d1 100644 --- a/dev/doc/setup.txt +++ b/dev/doc/setup.txt @@ -41,15 +41,15 @@ Building coqtop: cd ~/git/coq git checkout trunk make distclean - ./configure -annotate -local + ./configure -profile devel make clean make -j4 coqide printers -The "-annotate" option is essential when one wants to use Merlin. +The "-profile devel" enables all options recommended for developers (like +warnings, support for Merlin, etc). Moreover Coq is configured so that +it can be run without installing it (i.e. from the current directory). -The "-local" option is useful if one wants to run the coqtop and coqide binaries without running make install - -Then check if +Once the compilation is over check if - bin/coqtop - bin/coqide behave as expected. |