Docs/installation: Fix code indentation

Update FreeBSD line to include CXX as well as CC.
Drop unneeded todo.
This commit is contained in:
Krystine Sherwin 2024-12-05 09:21:13 +13:00
parent 0aef78245e
commit a7ea375cfc
No known key found for this signature in database
1 changed files with 6 additions and 8 deletions

View File

@ -128,8 +128,6 @@ or MacPorts:
sudo port install bison flex readline gawk libffi graphviz \
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:
.. code:: console
@ -138,7 +136,7 @@ On FreeBSD use the following command to install all prerequisites:
pkgconf python3 python36 tcl-wrapper boost-libs
.. 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: