Codebase list pd-csound / run/337a689c-c66e-42de-bcb1-db38d40262ea/main
run/337a689c-c66e-42de-bcb1-db38d40262ea/main

Tree @run/337a689c-c66e-42de-bcb1-db38d40262ea/main (Download .tar.gz)

Csound for Pure Data
===============

Build Instructions
----------------

The build requires Csound to be installed, as well as CMake. With this
in place, you can do:

```
$ mkdir build
$ cd build
$ cmake ..
$ make
```