Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
a1761713
Commit
a1761713
authored
Apr 12, 2012
by
MARCHE Claude
Browse files
Update doc according to new implementation of upgrades policies
parent
68a3301c
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/install.tex
View file @
a1761713
...
...
@@ -119,7 +119,7 @@ Section~\ref{sec:why3config}.
\section
{
Multiple Versions of the Same Prover
}
Since version
0
.
72
,
\why
is able to several versions of the same
Since version
0
.
72
,
\why
is able to
use
several versions of the same
prover, e.g. it can use both CVC
3
2
.
2
and CVC
3
2
.
4
.
1
at the same time.
The automatic detection of provers looks for typical names for their
executable command, e.g.
\texttt
{
cvc
3
}
for CVC
3
. However, if you
...
...
@@ -129,11 +129,12 @@ use specialized executable names, such as \texttt{cvc3-2.2} or
these, you can use the option
\verb
|
--
add
-
prover| to
\texttt
{
why
3
config
}
, e.g.
\begin
{
verbatim
}
why
3
config
--
detect
--
add
-
prover cvc
3
-
2
.
4
:
/
usr
/
local
/
bin
/
cvc
3
-
2
.
4
.
1
why
3
config
--
detect
--
add
-
prover cvc
3
-
2
.
4
/
usr
/
local
/
bin
/
cvc
3
-
2
.
4
.
1
\end
{
verbatim
}
the first argument
(
here
\verb
|cvc
3
-
2
.
4
|
)
must be one of the class of
provers known in the file
\verb
|provers
-
detection
-
data.conf| typically
located in
\verb
|
/
usr
/
local
/
share
/
why
3
| after installation.
located in
\verb
|
/
usr
/
local
/
share
/
why
3
| after installation. See
Appendix~
\ref
{
sec:proverdetecttiondata
}
for details.
\section
{
Session Update after Prover Upgrade
}
...
...
doc/manual.tex
View file @
a1761713
...
...
@@ -232,13 +232,15 @@ are the following.
\input
{
coq
_
tactic.tex
}
\input
{
technical.tex
}
% \chapter{Complete API documentation} *)
% \label{chap:apidoc} *)
% \input{./apidoc.tex} *)
% \appendix
\input
{
technical.tex
}
\bibliographystyle
{
abbrv
}
\bibliography
{
manual
}
%\input{biblio-demons}
...
...
doc/technical.tex
View file @
a1761713
...
...
@@ -10,7 +10,15 @@ The XML file follows the DTD given in \texttt{share/why3session.dtd} and reprodu
\verbatiminput
{
../share/why3session.dtd
}
\section
{
Provers detection data
}
\label
{
sec:proverdetecttiondata
}
All the necessary data configuration for the autoamtic detection of
installed provers is stored in the file
\texttt
{
provers-detection-data.conf
}
typically located in directory
\verb
|
/usr/local/share/why3
|
after installation. The contents of this
file is reproduced below.
\verbatiminput
{
../share/provers-detection-data.conf
}
\section
{
The
\texttt
{
why3.conf
}
configuration file
}
\label
{
sec:whyconffile
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment