Codebase list pd-csound / lintian-fixes/main
lintian-fixes/main

Tree @lintian-fixes/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
```