Just to say thanks to everyone who make sonic pi install easy as your a b c on ubuntu 20.04.
I just followed these steps and boum it works on a fresh ubuntu 20.04 install.
Midi works - OSC works - good line is indicated when errors
See you
I was stoked until I realize the link is broken. I have issues with the sudo apt-get install sonic-pi version.
for one, it installs version 2.2, and that crashes after a long wait. Im on Ubuntu Mate 20.04, Im not sure if sonic-pi is doing some distro specific operations, like gnome dependencies, but I dont make it past the loading screen.
Sonic Pi is not officially supported for the official software distribution repositories - we unfortunately donβt have the resources to handle it - so you will be at the mercy of community maintained versions in that regard.
Having said that, the recent work by members of the core team to improve the build scripts means that compiling Sonic Pi yourself is a much easier job these days - so thatβs definitely the recommended way to get up to date Sonic Pi on your Linux machine
after building it is not showing up any executable and hence, I canβt run last command ./sonic-pi in build directory.
following files are present there:
`api CMakeFiles compile_commands.json gui
The binary sonic-pi should be in
build/gui/qt folder. You can also run it from βsonic-piβ/bin/sonic-pi where βsonic-piβ is your source folder used to create the build.
I currently have a build for tagged 3.3 running ok in my RPi with Ubuntu OS.
Should build tagged 3.3.1 OK as well from main branch. Development version for 3.4 is in branch dev. Iβve not tried this on Ubuntu running on a Pi4 yet.
If you do try building 3.4dev be warned that there is a whole load of new stuff included and the initial build is quite involved and time consuming including support for an alternative example gui (essentially you get two alternative sp builds) and incorporating the vc package build. Also further significant modifications to the spmidi and erlang setup.