mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-04 05:49:57 +00:00
[docs] instruct to clone yosys with '--recurse-submodules'
Without using '--recurse-submodule', make fails to retrieve them before building.
This commit is contained in:
parent
26b387466d
commit
7fc7ed38ae
|
@ -63,7 +63,7 @@ Note that this will install Yosys, Yosys-SMTBMC and ABC (as ``yosys-abc``):
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
git clone https://github.com/YosysHQ/yosys
|
||||
git clone https://github.com/YosysHQ/yosys --recurse-submodules
|
||||
cd yosys
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
|
|
Loading…
Reference in a new issue