Mercurial > hg > vampy
diff README @ 1:dc88002ce687
some typos corrected
author | fazekasgy |
---|---|
date | Tue, 11 Mar 2008 20:24:58 +0000 |
parents | e20e214bdfb5 |
children | a4c955e9a70b |
line wrap: on
line diff
--- a/README Tue Mar 11 19:47:34 2008 +0000 +++ b/README Tue Mar 11 20:24:58 2008 +0000 @@ -46,6 +46,7 @@ COMPILING AND LINKING: + (1) include Python.h wherever it is on your machine (2) this plugin needs to be linked against the Python binary: @@ -53,8 +54,6 @@ g++ -O2 -Wall -I. -fPIC -c -o pyvamp-main.o pyvamp-main.cpp g++ -dynamiclib -o vamp-pyvamp-plugin.dylib ./PyPlugScanner.o ./PyPlugin.o ./pyvamp-main.o sdk/vamp-sdk/libvamp-sdk.a -u _PyMac_Error /Library/Frameworks/Python.framework/Versions/2.5/Python - - OR: (3) There is a modified Makefile from the VAMP-SDK that compiles this plugin by default.