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:
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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue