diff options
Diffstat (limited to 'doc/building/mcode')
-rw-r--r-- | doc/building/mcode/GNULinux-GNAT.rst | 18 | ||||
-rw-r--r-- | doc/building/mcode/Windows-GNATGPL.rst | 4 | ||||
-rw-r--r-- | doc/building/mcode/Windows-MinGW-GNAT.rst | 18 | ||||
-rw-r--r-- | doc/building/mcode/index.rst | 6 |
4 files changed, 23 insertions, 23 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 diff --git a/doc/building/mcode/Windows-GNATGPL.rst b/doc/building/mcode/Windows-GNATGPL.rst index d17fe11a8..c767343be 100644 --- a/doc/building/mcode/Windows-GNATGPL.rst +++ b/doc/building/mcode/Windows-GNATGPL.rst @@ -1,7 +1,7 @@ .. _BUILD:mcode:Windows-GNATGPL: -GHDL with mcode backend build on Windows with GNAT GPL -###################################################### +mcode Backend on Windows with GNAT GPL +###################################### Requirements ============ diff --git a/doc/building/mcode/Windows-MinGW-GNAT.rst b/doc/building/mcode/Windows-MinGW-GNAT.rst index 874807bcf..960ced421 100644 --- a/doc/building/mcode/Windows-MinGW-GNAT.rst +++ b/doc/building/mcode/Windows-MinGW-GNAT.rst @@ -1,7 +1,7 @@ .. _BUILD:mcode:Windows-MinGW-GNAT: -GHDL with mcode backend build on Windows with GCC/GNAT (MinGW) -############################################################## +mcode Backend on Windows with GCC/GNAT (MinGW) +############################################## On Windows with MinGW, GHDL is configured by ``configure`` and build by ``make``. @@ -17,10 +17,10 @@ On Windows with MinGW, GHDL is configured by ``configure`` and build by ``make`` .. rubric:: Example: .. code-block:: Bash - - cd <ghdl> - mkdir build - cd build - ../configure --prefix=PREFIX - make - make install + + $ cd <ghdl> + $ mkdir build + $ cd build + $ ../configure --prefix=PREFIX + $ make + $ make install diff --git a/doc/building/mcode/index.rst b/doc/building/mcode/index.rst index 7d850c4a3..0b081392a 100644 --- a/doc/building/mcode/index.rst +++ b/doc/building/mcode/index.rst @@ -16,9 +16,9 @@ options. .. rubric:: Supported platforms -* :ref:`GNU/Linux with GCC <BUILD:mcode:GNULinux-GNAT>` -* :ref:`Windows (x86_64) with GNAT GPL (x86) <BUILD:mcode:Windows-GNATGPL>` -* :ref:`Windows (x86_64) with MinGW32/MinGW64 <BUILD:mcode:Windows-WinGW-GNAT>` +* :doc:`GNULinux-GNAT` +* :doc:`Windows-GNATGPL` +* :doc:`Windows-MinGW-GNAT` .. toctree:: :hidden: |