forked from widp/el-supercollider
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Since this change which was included in 3.14, scel is not built by default anymore.
In order to fix it you either need to rebuild SuperCollider as explained in the docs.
Or simply add scel to your sclang_conf.yaml:
- Find where
sclang_conf.yamlis located: runsclangand evaluatePlatform.userConfigDir.
You will get something like~/.config/SuperCollider.
Search forsclang_conf.yamlthere. - Add path to the directory containing scel.quark to
includePaths:
It should look something like this:
includePaths:
- /home/tatrix/.local/share/SuperCollider/downloaded-quarks/wslib
- /home/tatrix/.emacs.d/scel
excludePaths:
[]
postInlineWarnings: false
excludeDefaultPaths: false
And that's it! Restart scel for example by calling (sclang-start) or and it should start working again.
codecollider
Metadata
Metadata
Assignees
Labels
No labels