Codebase list pd-csound / upstream/1.01.0+git20211003.1.8c85b1d
upstream/1.01.0+git20211003.1.8c85b1d

Tree @upstream/1.01.0+git20211003.1.8c85b1d (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
```