Open ramiropolla opened 1 week ago
Hello Ramiro. Thanks for testing my app and sharing those issues. Just fixed them with latest commits.
As pyinstaller suggested I had to install binutils
and it worked. I think it's substitution for scikit-build
in your case.
I was testing on a clean installation of Ubuntu 20 on VirtualBox. Snapshots are great for restoring clean state of the OS :)
Hi,
I had a few issues with building on Linux:
pip install scikit-build
. Perhaps it should be added torequirements-*.txt
.sh
files had the executable bit set:chmod +x *.sh
chmod +x bin/ffglitch/linux/*
(the same is probably needed for Windows and/or macOS)sudo apt-get install python3-tk
. Perhaps that should be listed as a requirement inREADME.md
.src/LiveMosherApp.py
andsrc/script.py
), which is generally not a good idea.I'll test more over the next few days.
Ramiro