kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
859 stars 37 forks source link

python3 instead of python2 as dependency? #1440

Open grammoboy2 opened 3 months ago

grammoboy2 commented 3 months ago

Will make it easier to build and helps people to maintain their system more cleanly.

kmatheussen commented 2 weeks ago

That probably won't happen, but I've added python2 into the bin/packages directory (not pushed yet), so that it can be built automatically if needed.

toadzrock commented 8 hours ago

Hi, any update on this?

kmatheussen commented 1 hour ago

Yes, python2 is built when running the bin/packages/build.sh script. It's built dynaically though (better for the garbage collector), and I haven't updated LD_LIBRARY_PATH in the scripts to run radium yet, but this will be fixed before next release.