Visual Studio 2022 or higher on Windows[2], older versions will work but only supported for commercial users. Configure to use the English language pack for best results (Nuitka filters away garbage outputs, but only for English language). It will be used by default if installed. On all oth...
[2]Download MinGW64 from herehttp://mingw-w64.org/and choose 64 or 32 bits matching your Python. Use both MinGW64 and 64 bits Python if you have the choice of which Python to use. Install it toC:\MinGW64or\MinGW64(same disk root as Nuitka running) to find it automatically. Also, ...
Currently this means, you need to use one of these compilers: Thegcccompiler of at least version 5.1, or theg++compiler of at least version 4.4 as an alternative. Theclangcompiler on macOS X or FreeBSD. The MinGW64[2]C11 compiler on Windows, ideally the one based on gcc 6 or higher....
Visual Studio 2022 or higher on Windows[2], older versions will work but only supported for commercial users. Configure to use the English language pack for best results (Nuitka filters away garbage outputs, but only for English language). It will be used by default if installed. On all oth...
Currently this means, you need to use one of these compilers: The gcc compiler of at least version 5.1, or the g++ compiler of at least version 4.4 as an alternative. The clang compiler on macOS X or FreeBSD. The MinGW64 C11 compiler on Windows, ideally the one based on gcc 8 or ...
Currently this means, you need to use one of these compilers: The gcc compiler of at least version 5.1, or the g++ compiler of at least version 4.4 as an alternative. The clang compiler on macOS X or FreeBSD. The MinGW64 C11 compiler on Windows, must be based on gcc 8 or higher. ...
Nuitka is licensed under the Apache License, Version 2.0; you may not use it except in compliance with the License. You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the Li...
This document is the recommended first read if you are interested in using Nuitka, understand its use cases, check what you can expect, license, requirements, credits, etc. Nuitka is the Python compiler. It is written in Python. It is a seamless replacement or extension to the Python interpr...
The Developer Manual explains the coding rules, branching model used, with feature branches and hotfix releases, the Nuitka design and much more. Consider reading it to become a contributor. This document is intended for Nuitka users. Donations Should you feel that you cannot help Nuitka directly...
Currently this means, you need to use one of these compilers: The MinGW64 C11 compiler on Windows, must be based on gcc 11.2 or higher. It will be automatically downloaded if no usable C compiler is found, which is the recommended way of installing it, as Nuitka will also upgrade it fo...