changeset 25:20917cfb56a0 develop

Added installation instructions for Python module and Vamp plug-in
author Adam <adamstark.uk@gmail.com>
date Mon, 27 Jan 2014 23:20:13 +0000
parents deb49a2590f3
children e4d5f045064d
files modules-and-plug-ins/python-module/INSTALL.md modules-and-plug-ins/vamp-plugin/INSTALL.md modules-and-plug-ins/vamp-plugin/Makefile
diffstat 3 files changed, 31 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /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.
--- /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.
--- 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
 #