An open API service indexing awesome lists of open source software.

https://github.com/madskjeldgaard/sc-plugins-build-scripts

Scripts for building and installing SuperCollider plugins on MacOS
https://github.com/madskjeldgaard/sc-plugins-build-scripts

supercollider supercollider-plugins

Last synced: 8 months ago
JSON representation

Scripts for building and installing SuperCollider plugins on MacOS

Awesome Lists containing this project

README

          

# MacOS plugin build scripts

# Usage:

First get this repo:

```bash
git clone --recurse-submodule https://github.com/madskjeldgaard/sc-plugins-build-scripts
cd sc-plugins-build-scripts
```

Then run one of the build scripts like so to build and install a plugin package:

```bash
./guttersynth-sc.sh x86_64
```

As you can see, the frst argumement is the target architecture. `x86_64` is used if you run SC on an intel based mac or if you have SuperCollider installed under Rosetta on an M1-based mac. Otherwise use `arm64`.