aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 8 insertions, 9 deletions
diff --git a/README b/README
index 8f2bb32..b4c81c8 100644
--- a/README
+++ b/README
@@ -22,22 +22,21 @@ The GNU Public Licence can be found in the file COPYING
------------------------------------------------------------------
-This is a collection of pd externals. No fancy stuff, just my
-personal bag of (ahem) tricks...
+This is a collection of pd externals. My bag of tricks.
-Edit Makefile.config, type make.
+To build:
+./configure
+make
+To run:
add the library to the pd startup line, and specify the
path for the included abstractions (<crebdir>/abs)
-Documentation packages in doc/
+To figure out how it works:
+Documentation patches in doc/
See doc/reference.txt for a list of objects
-The package only includes linux + darwin makefiles. It is plain c/c++ so
-porting should be relatively simple.
-
-For compilation on OSX, see README.darwin (thanks to Adam Lindsay for
-the darwin makefiles)
+Should build on linux and darwin (OSX).
Enjoy,