Releases: StarbotDiscord/BuildScript
Releases · StarbotDiscord/BuildScript
Minor Touchups
I have done some minor fixes and stuff here and here. Mostly SSL cert fixes, as well as installing the new dependancies.
These releases should be placed in /opt
. The path should be /opt/Starbot.framework
.
Python 3.5.3 + Libopus 1.1.4
The script now builds libopus for voice support. To run Starbot you would execute $HOME/Starbot.framework/bin/python3 main.py
if you build it yourself or /opt/Starbot.framework/bin/python3 main.py
if your using a prebuilt copy.
Python 3.5
The script now makes a full build of Python 3.5 with all the dependancies needed for Starbot. To run Starbot you would execute $HOME/Starbot.framework/bin/python3 main.py
if you build it yourself or /opt/Starbot.framework/bin/python3 main.py
if your using a prebuilt copy.