mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-12 16:28:17 +00:00
update install instructions for btorsim
This commit is contained in:
parent
de00dc71db
commit
41cd8e5b5e
|
@ -147,6 +147,8 @@ To use the ``btor`` engine you additionally need a newer version of btorsim than
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
git clone https://github.com/boolector/btor2tools
|
git clone https://github.com/boolector/btor2tools
|
||||||
|
cd btor2tools
|
||||||
./configure.sh
|
./configure.sh
|
||||||
cmake .
|
cmake . -DBUILD_SHARED_LIBS=OFF
|
||||||
make install
|
make -j$(nproc)
|
||||||
|
sudo make install
|
||||||
|
|
Loading…
Reference in a new issue