aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building/mcode/index.rst
blob: 3dc80c2f91451d8f15e8445d202eabf98f3503d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. _BUILD:mcode:

Mcode Backend
#############

The mcode backend is available for all supported platforms and is also the most
simplest procedure, because it requires the least dependencies and configuration
options.


.. rubric:: Requirements

* GCC (Gnu Compiler Collection)
* GNAT (Ada compiler for GCC)


.. 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>`

.. toctree::
   :hidden:

   GNU/Linux with GCC/GNAT <GNULinux-GNAT>
   Windows with GNAT GPL <Windows-GNATGPL>
   Windows with GCC/GNAT (MinGW) <Windows-MinGW-GNAT>