diff options
Diffstat (limited to 'doc/building/mcode/GNULinux-GNAT.rst')
-rw-r--r-- | doc/building/mcode/GNULinux-GNAT.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/building/mcode/GNULinux-GNAT.rst b/doc/building/mcode/GNULinux-GNAT.rst index 8443c254f..2c75efa96 100644 --- a/doc/building/mcode/GNULinux-GNAT.rst +++ b/doc/building/mcode/GNULinux-GNAT.rst @@ -1,7 +1,7 @@ .. _BUILD:mcode:GNULinux-GNAT: -GHDL with mcode backend build on GNU/Linux with GCC/GNAT -######################################################## +mcode Backend on GNU/Linux with GCC/GNAT +######################################## On Linux, GHDL is configured by ``configure`` and build by ``make``. @@ -18,10 +18,10 @@ On Linux, GHDL is configured by ``configure`` and build by ``make``. .. rubric:: Example: .. code-block:: Bash - - cd <ghdl> - mkdir build - cd build - ../configure --prefix=PREFIX - make - sudo make install + + $ cd <ghdl> + $ mkdir build + $ cd build + $ ../configure --prefix=PREFIX + $ make + $ make install |