# HG changeset patch # User Adam Stark # Date 1390864813 0 # Node ID 2ec37d4afc3798cdd64517be96bf2d105084cf04 # Parent ce806db4468bdb81ef1b76505a2e17c80ea84b8f Added installation instructions for Python module and Vamp plug-in diff -r ce806db4468b -r 2ec37d4afc37 modules-and-plug-ins/python-module/INSTALL.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules-and-plug-ins/python-module/INSTALL.md Mon Jan 27 23:20:13 2014 +0000 @@ -0,0 +1,17 @@ +BTrack - Python Module +================================= + +See the main README for other information including usage and license information. + +Installation +------------ + +On the command line, type: + + python setup.py build + +and then: + + python setup.py install + +You may need to prefix the second command with 'sudo', depending upon your system configuration. diff -r ce806db4468b -r 2ec37d4afc37 modules-and-plug-ins/vamp-plugin/INSTALL.md --- /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. diff -r ce806db4468b -r 2ec37d4afc37 modules-and-plug-ins/vamp-plugin/Makefile --- a/modules-and-plug-ins/vamp-plugin/Makefile Mon Jan 27 23:11:31 2014 +0000 +++ b/modules-and-plug-ins/vamp-plugin/Makefile Mon Jan 27 23:20:13 2014 +0000 @@ -17,7 +17,7 @@ # Edit this to the base name of your plugin library # -PLUGIN_LIBRARY_NAME := btrack-vamp +PLUGIN_LIBRARY_NAME := btrack # Edit this to list the .cpp or .c files in your plugin project #