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
I have been compiling Cabbage on a RPi 4 8GB, and getting build errors preventing successful build.
I tracked this down to the build.py script cloning the csound master branch. They're now working on 7.x releases there.
Windows and MacOS builds specifically use versions of csound from the 6.x series.
I replaced the git clone with an wget of the 6.18.x release and it allowed Cabbage to build successfully.
Thanks,
Chris.
The text was updated successfully, but these errors were encountered:
Hi,
I have been compiling Cabbage on a RPi 4 8GB, and getting build errors preventing successful build.
I tracked this down to the build.py script cloning the csound master branch. They're now working on 7.x releases there.
Windows and MacOS builds specifically use versions of csound from the 6.x series.
I replaced the git clone with an wget of the 6.18.x release and it allowed Cabbage to build successfully.
Thanks,
Chris.
The text was updated successfully, but these errors were encountered: