aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2003-09-12 22:26:57 +0000
committerTom Schouten <doelie@users.sourceforge.net>2003-09-12 22:26:57 +0000
commit494a07a361fe4ee0e54f77468a976b1a77818770 (patch)
treeb784b32b2a29e379c6ae5947cdcdcdaadde72b5e /README
parent9f8757ccf742d984bd1c1a5d1e5906e9fd50784e (diff)
creb 0.9.0
svn path=/trunk/externals/creb/; revision=956
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,