aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/gcc/Windows-MinGW-GNAT.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/building/gcc/Windows-MinGW-GNAT.rst')
-rw-r--r--doc/building/gcc/Windows-MinGW-GNAT.rst28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/building/gcc/Windows-MinGW-GNAT.rst b/doc/building/gcc/Windows-MinGW-GNAT.rst
index 0ba1526bb..09274a534 100644
--- a/doc/building/gcc/Windows-MinGW-GNAT.rst
+++ b/doc/building/gcc/Windows-MinGW-GNAT.rst
@@ -1,30 +1,30 @@
.. _BUILD:gcc:Windows-MinGW-GNAT:
-GHDL with GCC backend build on Windows with GCC/GNAT (MinGW)
-############################################################
+GCC Backend on Windows with GCC/GNAT (MinGW)
+############################################
.. TODO::
Under investigation on how to build that beast.
.. #
On Windows with MinGW, GHDL is configured by ``configure`` and build by ``make``.
-
+
* First, GHDL needs to be configured. It is common to specify a ``PREFIX``
(installation directory like ``/usr/local`` or ``/opt/ghdl``). Without any
other option, ``configure`` select `mcode` as backend.
-
+
* Next, ``make`` starts the compilation process.
-
+
* Finally, ``make install`` installs GHDL into the installation directory
specified by ``PREFIX``.
-
+
.. 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