Releases: https://github.com/RadNotRed/LCLPy/releases
Wiki/Documentation: https://github.com/Aetopia/LCLPy/wiki
- Install Nuitka and ZStandard.
If using Python
3.9
:
pip install nuitka
pip install zstandard
- Run
build_nuitka.bat
- Install PyInstaller.
pip install PyInstaller
OR
If using Python
3.10
:
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
- Run
build_pyinstaller.bat
.