Add linux build support.

This commit is contained in:
Matthew Stratford 2020-11-03 20:13:32 +00:00
parent 199f665ac1
commit c1e88fcf71
No known key found for this signature in database
GPG key ID: 9E53C8B3F0B57395
2 changed files with 18 additions and 0 deletions

17
build/build-linux.sh Executable file
View file

@ -0,0 +1,17 @@
#!/bin/bash
cd "$(dirname "$0")"
apt install libportaudio2
pip3 install -r requirements.txt
pip3 install -r requirements-linux.txt
pip3 install -e ..\
python3 ./generate-build-exe-config.py
python3 ./build-exe.py
bash ./build-exe-pyinstaller-command.sh
rm ./*.spec

View file

@ -0,0 +1 @@
pyinstaller