blob: 7d850c4a343531b8dfe8baccad8e385de52a6f23 (
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>
|