From 7071af9d6a6284b604aea2d75504603eb0214b65 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 2 Feb 2006 12:40:31 +0000 Subject: + initial CVS import svn path=/trunk/externals/moocow/; revision=4534 --- deque/README.pod | 154 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 deque/README.pod (limited to 'deque/README.pod') diff --git a/deque/README.pod b/deque/README.pod new file mode 100644 index 0000000..0fb180d --- /dev/null +++ b/deque/README.pod @@ -0,0 +1,154 @@ +=pod + +README for pd external 'deque' + +Last updated for version 0.03. + +=head1 DESCRIPTION + +Double-ended message-queue for pd. + + +=head1 PLATFORMS + +=over 4 + +=item * linux/x86 + +This is what I run, so things really ought to work here. + +=item * Other Platforms + +See REQUIREMENTS, below. + +=back + + +=head1 REQUIREMENTS + +In order to build the "deque" library, you will +need the following: + +=over 4 + + +=item * A C compiler + +Tested with gcc-3.3.3 under linux/x86 (Debian). + + +=item * /bin/sh , sed + +In order to run the 'configure' script. + + +=item * A make program + +Tested with GNU make v3.79.1 under linux/x86 (Debian). + + +=item * PD + +Tested with pd v0.37.1 under linux/x86 (Debian). +PD is available from: + + http://www.crca.ucsd.edu/~msp/software.html + + +=begin comment text + +=item * glib >= v2.0 + +For various buffer queues. +Available from http://www.gtk.org. + +=end comment text + + +=back + + +=head1 INSTALLATION + +Issue the following commands to the shell: + + cd PACKAGENAME-X.YY (or wherever you extracted the distribution) + ./configure + make + make install + + +=head1 BUILD OPTIONS + +The 'configure' script supports the following options, among others: + + +=over 4 + +=item * --with-pd-dir=DIR + +PD base directory. + + +=item * --with-pd-include=DIR + +Directory where the PD include files live. + + +=item * --with-pd-extdir=DIR + +Where to put the externals on 'make install'. + + +=begin comment text + +=item * --with-pkg-config=PATH + +Full path to the 'pkg-config' program (optional). + + +=item * --with-glib-include=DIR + +Directory where the glib >= 2.0 include files live. + + +=item * --with-glib-libs=DIR + +Linker flags for glib >= 2.0. + +=end comment text + + +=item * --enable-debug , --disable-debug + +Whether to enable verbose debugging messages and code. +Default=no. + +=back + + +=head1 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. + + +=head1 KNOWN BUGS + +=over 4 + +=item * General + +Only tested under linux. + +=back + + + + +=head1 AUTHOR / MAINTAINER + +Bryan Jurish Emoocow@ling.uni-potsdam.deE -- cgit v1.2.1