csound 0.1.0

Raw bindings to libcsound64 High level Rust bindings are available in the `csound` crate
1
2
3
4
5
6
#!/bin/sh
set -ex
git clone https://github.com/csound/csound.git
cd csound/
cmake . && make && sudo make install
sudo ldconfig