blob: 0b081392acac4e7f517c2adf14b136a8311894d1 (
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
* :doc:`GNULinux-GNAT`
* :doc:`Windows-GNATGPL`
* :doc:`Windows-MinGW-GNAT`
.. toctree::
:hidden:
GNU/Linux with GCC/GNAT <GNULinux-GNAT>
Windows with GNAT GPL <Windows-GNATGPL>
Windows with GCC/GNAT (MinGW) <Windows-MinGW-GNAT>
|