aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/mcode/Windows-MinGW-GNAT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/building/mcode/Windows-MinGW-GNAT.rst')
-rw-r--r--doc/building/mcode/Windows-MinGW-GNAT.rst18
1 files changed, 9 insertions, 9 deletions
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