aboutsummaryrefslogtreecommitdiff
path: root/extended/README.txt
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-08-03 11:06:05 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-08-03 11:06:05 +0000
commitffb7b436756e9cd077392d1733daf13218874530 (patch)
tree80795bb8c08df8c652c4a43535869abdc26d5807 /extended/README.txt
parent909958783d239b9b61a67e43b12320e3462a0588 (diff)
+ expect CFLAGS and pd_src from parent Makefile
+ clobber DESTDIR from parent Makefile for children - since automake/autoconf respect DESTDIR: bummer + always autogen && configure on 'make build.stamp' + attempt to build even libraries with dependencies (flite,gfsm) svn path=/trunk/externals/moocow/; revision=8377
Diffstat (limited to 'extended/README.txt')
-rw-r--r--extended/README.txt22
1 files changed, 17 insertions, 5 deletions
diff --git a/extended/README.txt b/extended/README.txt
index 35a0dba..c909ef6 100644
--- a/extended/README.txt
+++ b/extended/README.txt
@@ -17,22 +17,34 @@ USAGE
externals/Makefile.
SUPPORTED EXTERNALS
- This makefile currently supports the following of moocow's externals:
+ Standard Externals
+ The following externals are built by default:
deque
pdstring (just the dummy object, not the library!)
- any2string
- string2any
+ any2string
+ string2any
readdir
+ sprinkler
weightmap
- The following of moocow's externals are unsupported (for various
- reasons):
+ Optional Externals
+ The following externals depend on additional libraries, which may or may
+ not be installed on your system. The build procedures for these
+ externals will be called, but may fail:
flite
gfsm
+
+ Unsupported Externals
+ The following externals and libraries are unsupported for various
+ reasons:
+
ratts
+ See http://www.ling.uni-potsdam.de/~moocow/projects/pd for the
+ "official" distributions.
+
ACKNOWLEDGEMENTS
Pd by Miller Puckette and others.