-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update "Getting Started" chapter 3 #4868
Conversation
Is there some doc that explains how to render these schelp files? Or do I need to copy them into |
when developing, i typically have sclang configured to use the class library in the source directory (excluding the default compile paths). i believe that causes the IDE to also use the help files in the source directory too, because I've always been able to just edit those and see the result immediately when i reload. |
Sweet! Is there a doc that describes how to do this ^ ? |
not to my knowledge! but i'm also not sure if that's what other people do. on macOS i think it's trickier. anyway where would you like that to live? |
no, it's exactly the same. You just use the interpreter preferences and remove the default paths and include the path of the source folders (supercollider/SCClassLibrary and supercollider/HelpSource). |
oh, i know now, i was thinking of how it's difficult to run the IDE except when everything is assembled in an app bundle |
yes, this is true. |
@brianlheim @telephon thanks! With some poking around I was able to figure out what y'all were talking about and get it working :D
@brianlheim I looked at the wiki and I didn't really see any section that felt suitable to describing this level of local set-up. I think it would warrant a new page. Could be included on
|
Oh, just found this! |
Re: switching class library:
https://gist.github.com/dyfer/0a98f3e6bb194e2e29a8e7c9355046ec |
thanks all! i just added this: https://github.com/supercollider/supercollider/wiki/Setting-up-your-development-environment, i think that pretty much covers this! feel free to edit with additional information or TODOs for other information you'd like to see. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this all looks good to me!
Purpose and Motivation
Revisiting SuperCollider after a long time away and making doc edit suggestions as I go. Previous chapter PR: #4854
Types of changes
To-do list