From a16e90a885135850220be1321ae69a37ad31af54 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 9 Mar 2017 12:19:37 +0100 Subject: [PATCH] Add avy install instructions --- docs/source/quickstart.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 9fb6a94..c1731e3 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -70,14 +70,27 @@ Then create a wrapper script ``/usr/local/bin/suprove`` with the following conte tool=super_prove; if [ "$1" != "${1#+}" ]; then tool="${1#+}"; shift; fi exec /usr/local/super_prove/bin/${tool}.sh "$@" +Avy +~~~ + +.. code-block:: text + + git clone https://bitbucket.org/arieg/extavy.git + cd extavy + git submodule update --init + mkdir build; cd build + cmake -DCMAKE_BUILD_TYPE=Release .. + make -j$(nproc) + sudo cp avy/src/{avy,avybmc} /usr/local/bin/ + Other packages ~~~~~~~~~~~~~~ -Until I find the time to write install guides for this packages, the following links must suffice: +Until I find the time to write install guides for the following packages, this +links must suffice: * Yices2: http://yices.csl.sri.com/ * Boolector: http://fmv.jku.at/boolector/ - * Avy: https://arieg.bitbucket.io/avy/ * AIGER: http://fmv.jku.at/aiger/ First step: A simple BMC example -- 2.30.2