-
Notifications
You must be signed in to change notification settings - Fork 83
Description
Not an issue, really. I found that compiling from source can lead to unexpected fails, so I wrote a short script in order to use available resources from the ubuntu repository. The script must be made executable the normal way: sudo chmod a+x uPyCraft_installation.txt then executed ./uPyCraft_installation.txt. This script has worked fine in three different ubuntu machines, I think it can be optimized. The final executable uPyCraft can be found in uPyCraft_src/dist directory.
Hope to be of some usefulness.
uPyCraft_installation.txt
Tested on Bodhi (Ubuntu 18.04 based) and Antix (Debian stretch based, 32 bits version), it works fine. If the script crashes on pyinstaller installation, try this command from command line:
pip3 install --upgrade setuptools then relaunch the script.