From 0626e1ba816969435c65ccbc8a6a78589b0691eb Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sun, 5 Aug 2007 21:43:56 +0000 Subject: + added autotools-generated stuff: ugly but necessary svn path=/trunk/externals/moocow/; revision=8420 --- deque/README.txt | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 deque/README.txt (limited to 'deque/README.txt') diff --git a/deque/README.txt b/deque/README.txt new file mode 100644 index 0000000..19c63b0 --- /dev/null +++ b/deque/README.txt @@ -0,0 +1,68 @@ + README for pd external 'deque' + + Last updated for version 0.03. + +DESCRIPTION + Double-ended message-queue for pd. + +PLATFORMS + * linux/x86 + This is what I run, so things really ought to work here. + + * Other Platforms + See REQUIREMENTS, below. + +REQUIREMENTS + In order to build the "deque" library, you will need the following: + + * A C compiler + Tested with gcc-3.3.3 under linux/x86 (Debian). + + * /bin/sh , sed + In order to run the 'configure' script. + + * A make program + Tested with GNU make v3.79.1 under linux/x86 (Debian). + + * PD + Tested with pd v0.37.1 under linux/x86 (Debian). PD is available + from: + + http://www.crca.ucsd.edu/~msp/software.html + +INSTALLATION + Issue the following commands to the shell: + + cd PACKAGENAME-X.YY (or wherever you extracted the distribution) + ./configure + make + make install + +BUILD OPTIONS + The 'configure' script supports the following options, among others: + + * --with-pd-dir=DIR + PD base directory. + + * --with-pd-include=DIR + Directory where the PD include files live. + + * --with-pd-extdir=DIR + Where to put the externals on 'make install'. + + * --enable-debug , --disable-debug + Whether to enable verbose debugging messages and code. Default=no. + +ACKNOWLEDGEMENTS + PD by Miller Puckette and others. + + Ideas, black magic, and other nuggets of information drawn from code by + Guenter Geiger, Larry Troxler, and IOhannes m Zmoelnig. + +KNOWN BUGS + * General + Only tested under linux. + +AUTHOR / MAINTAINER + Bryan Jurish + -- cgit v1.2.1