Hello to everyone,
I’m really new to this community and always wanted to learn and use supercollider for my projects.
So now that I’m working on an hardware synth using Raspberry pi5 I choose to build it into sc.
The problem is that the help browser doesn’t even show up in the scide, probably it came up some issues during the installation. Someone has experienced before?
I’m runnig Raspbian, the latest version (bookworm 12).
I followed this guide for the installation: supercollider/README_RASPBERRY_PI.md at develop · supercollider/supercollider · GitHub
However, the project cannot be compiled with the QtWebEngine library, which means that the help browser in the IDE, and the HelpBrowser and WebView classes in sclang, are unavailable.
There is something you can try. The emacs sclang-mode has a text-based help browser based on one of emacs text-based browser packages. I believe it still works! scel uses qt Help.gui by default, but the old code, written before qt, is still there. You can just use it.
If I’m not mistaken, you just need to install w3m (the application and the emacs package); theoretically, it will just work.