mirror of https://github.com/YosysHQ/yosys.git
Docs/installation: Fix code indentation
Update FreeBSD line to include CXX as well as CC. Drop unneeded todo.
This commit is contained in:
parent
0aef78245e
commit
a7ea375cfc
|
@ -128,8 +128,6 @@ or MacPorts:
|
||||||
sudo port install bison flex readline gawk libffi graphviz \
|
sudo port install bison flex readline gawk libffi graphviz \
|
||||||
pkgconfig python36 boost zlib tcl
|
pkgconfig python36 boost zlib tcl
|
||||||
|
|
||||||
.. todo:: Is there a console alternative that has the # prefix instead of $?
|
|
||||||
|
|
||||||
On FreeBSD use the following command to install all prerequisites:
|
On FreeBSD use the following command to install all prerequisites:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
@ -138,7 +136,7 @@ On FreeBSD use the following command to install all prerequisites:
|
||||||
pkgconf python3 python36 tcl-wrapper boost-libs
|
pkgconf python3 python36 tcl-wrapper boost-libs
|
||||||
|
|
||||||
.. note:: On FreeBSD system use gmake instead of make. To run tests use:
|
.. note:: On FreeBSD system use gmake instead of make. To run tests use:
|
||||||
``MAKE=gmake CC=cc gmake test``
|
``MAKE=gmake CXX=cxx CC=cc gmake test``
|
||||||
|
|
||||||
For Cygwin use the following command to install all prerequisites, or select these additional packages:
|
For Cygwin use the following command to install all prerequisites, or select these additional packages:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue