I'm trying to install a package called supercollider-plugins which is designed to work as an extension to some music software called supercollider.
I installed supercollider via apt.
I've followed the instructions to install supercollider-plugins from the .tgz file. I've reproduced the relevant parts of the install instructions below:
sc3-plugins/$ mkdir build && cd build
sc3-plugins/build/$ cmake ..
sc3-plugins/build/$ make
sc3-plugins/build/$ make install
Turns out though, I've installed supercollider-plugins in the wrong place. It needs to be installed in the same location as supercollider.
So my question is: how do I completely remove supercollider-plugins so that I can start again? Can I remove the directory it installed into? Come to think of it, can I just copy the files into the right place and expect it to work?
Thanks
David
I installed supercollider via apt.
I've followed the instructions to install supercollider-plugins from the .tgz file. I've reproduced the relevant parts of the install instructions below:
sc3-plugins/$ mkdir build && cd build
sc3-plugins/build/$ cmake ..
sc3-plugins/build/$ make
sc3-plugins/build/$ make install
Turns out though, I've installed supercollider-plugins in the wrong place. It needs to be installed in the same location as supercollider.
So my question is: how do I completely remove supercollider-plugins so that I can start again? Can I remove the directory it installed into? Come to think of it, can I just copy the files into the right place and expect it to work?
Thanks
David
Comment