mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-12 16:28:17 +00:00
Merge pull request #311 from sporniket/patch-2
[docs] Fixes instructions for installing boolector
This commit is contained in:
commit
b6be8ad0fc
|
@ -96,7 +96,7 @@ https://boolector.github.io
|
||||||
./configure.sh
|
./configure.sh
|
||||||
make -C build -j$(nproc)
|
make -C build -j$(nproc)
|
||||||
sudo cp build/bin/{boolector,btor*} /usr/local/bin/
|
sudo cp build/bin/{boolector,btor*} /usr/local/bin/
|
||||||
sudo cp deps/btor2tools/bin/btorsim /usr/local/bin/
|
sudo cp deps/btor2tools/build/bin/btorsim /usr/local/bin/
|
||||||
|
|
||||||
To use the ``btor`` engine you will need to install btor2tools from
|
To use the ``btor`` engine you will need to install btor2tools from
|
||||||
`commit c35cf1c <https://github.com/Boolector/btor2tools/commit/c35cf1c>`_ or
|
`commit c35cf1c <https://github.com/Boolector/btor2tools/commit/c35cf1c>`_ or
|
||||||
|
|
Loading…
Reference in a new issue