Releases: neek8044/NuitkaBuilder
Releases · neek8044/NuitkaBuilder
v1.1.0
NuitkaBuilder v1.1.0
File | Compiled On |
---|---|
nuitkabuilder_lin64.bin | Linux 6.2.10 (Arch) |
If you are on Windows, download main.py and run it as is. You need Python with the Nuitka module installed (pip install nuitka
)
To compile, run
python main.py -d
(using -d
in order to display anything that needs to be installed). You can also just run python -m nuitka main.py
to install the dependencies needed. Both ways will work. (These are needed only the first time you run Nuitka).
Full Changelog: https://github.com/neek8044/NuitkaBuilder/commits/v1.1.0
Initial Release
NuitkaBuilder
File | Compiled on |
---|---|
ntkbuilder_lin64.bin | Linux 6.2.2 (Arch) |
Windows 10 (Wine) |
*I am having problems with my own Wine installation and some Nuitka dependencies do not work. You will have to compile it yourself if using Windows. (you can simply download main.py and execute it to compile itself. make sure to use debug mode in case nuitka prompts you to install any dependencies)