You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README says to download the .zip file and then evaluate Platform.systemExtensionDir and place the contents of the unzipped file there.
On my system, that's ~/.local/share/SuperCollider/Extensions, but the contents of the zip file itself appears to have a bit of redundancy in directory names. To whit:
It seems saner to move the unzipped /lib/SuperCollider to ~/.local/lib/ and the unzipped /share/SuperCollider/Extensions/SC3plugins to ~/.local/share/SuperCollider/Extensions/...
The text was updated successfully, but these errors were encountered:
Your proposed way seems indeed the right one for your setup, but I don't know if we can make assumptions about the folder structures of SuperCollider on Linux? (e.g. is the folder structure of a local build and one from the package manager identical regarding /lib//share? Does rpm/apt-get/... all share the same folder structure?)
The README says to download the
.zip
file and then evaluatePlatform.systemExtensionDir
and place the contents of the unzipped file there.On my system, that's
~/.local/share/SuperCollider/Extensions
, but the contents of the zip file itself appears to have a bit of redundancy in directory names. To whit:Following the directions as written means I will end up with a directory:
~/.local/share/SuperCollider/Extensions/share/SuperCollider/Extensions/SC3plugins
It seems saner to move the unzipped
/lib/SuperCollider
to~/.local/lib/
and the unzipped/share/SuperCollider/Extensions/SC3plugins
to~/.local/share/SuperCollider/Extensions/
...The text was updated successfully, but these errors were encountered: