3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-06 14:24:08 +00:00

update install instructions for btorsim

This commit is contained in:
N. Engelhardt 2022-06-01 16:51:28 +02:00
parent de00dc71db
commit 41cd8e5b5e

View file

@ -147,6 +147,8 @@ To use the ``btor`` engine you additionally need a newer version of btorsim than
.. code-block:: text
git clone https://github.com/boolector/btor2tools
cd btor2tools
./configure.sh
cmake .
make install
cmake . -DBUILD_SHARED_LIBS=OFF
make -j$(nproc)
sudo make install