Mercurial > hg > btrack
diff modules-and-plug-ins/vamp-plugin/INSTALL.md @ 62:2ec37d4afc37
Added installation instructions for Python module and Vamp plug-in
| author | Adam Stark <adamstark@users.noreply.github.com> |
|---|---|
| date | Mon, 27 Jan 2014 23:20:13 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules-and-plug-ins/vamp-plugin/INSTALL.md Mon Jan 27 23:20:13 2014 +0000 @@ -0,0 +1,13 @@ +BTrack - Vamp Plug-in +================================= + +See the main README for other information including usage and license information. + +Installation +------------ + +On the command line, just type: + + make + +and then move the resulting 'btrack.dylib' to your Vamp plug-ins folder.
