aboutsummaryrefslogtreecommitdiff
path: root/flib/README
diff options
context:
space:
mode:
authorJamie Bullock <postlude@users.sourceforge.net>2006-01-10 11:49:01 +0000
committerJamie Bullock <postlude@users.sourceforge.net>2006-01-10 11:49:01 +0000
commit01314ebc83191b68a8b4b31b7b9efbf531f3b1d9 (patch)
tree026a8e32c31f280b2613e2b41b58fcdf86ff5c37 /flib/README
This commit was generated by cvs2svn to compensate for changes in r4382,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/postlude/; revision=4383
Diffstat (limited to 'flib/README')
-rw-r--r--flib/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/flib/README b/flib/README
new file mode 100644
index 0000000..83f8c1f
--- /dev/null
+++ b/flib/README
@@ -0,0 +1,43 @@
+flib - PD library for feature extraction
+----------------------------------------
+
+Installation
+------------
+
+To install this library, cd to src/ check that the install prefix in the Makefile is correct for your installation of PD, then type:
+
+ make
+ make install (as root)
+
+
+Usage
+-----
+
+To use this library type:
+
+ pd -lib flib
+
+and create an instance of one of the object classes.
+
+
+Notes
+-----
+
+This library was made for my own personal use in order to facilitate feature extraction in PD. It comes without any warranty.
+
+Comments, bug reports and suggestions are welcome via email at the following address:
+
+ flib@postlude.co.uk
+
+If you intend to modify or add to the library, please also let me know.
+
+Enjoy!
+
+Jamie Bullock, 2005.
+
+LICENSE INFORMATION
+-------------------
+
+flib is licensed under the GPL, see gpl.txt for details.
+
+