Just download binary in Release
section
- Install Python (3.7+ is recommended)
- Create a virtual environment (optional)
- Delete
pyinstaller
andpyinstaller-hooks-contrib
fromrequirements.txt
(optional) - Install required dependencies with
pip install -r requirements.txt
python AoV_Zstd.py
- Install Termux from F-Droid
- Follow Linux & macOS instructions
- Create a virtual environment (optional but recommended)
- Change to virtual environment
- Install required dependencies with
pip install -r requirements.txt
- Run the following command
python -O -m PyInstaller -F -n <executable-name> --key <key> -i <icon-file-path> AoV_Zstd.py
- If you're using Windows, you can run the included batch script
build_AoV_Zstd.bat
to build executable (you still need to setupvenv
)