From 3f0c36f57af40e853ece2c5889a05120129f649b Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Wed, 19 Jul 2006 00:27:57 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r5374, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/aalex/; revision=5375 --- README.txt | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..df8afc3 --- /dev/null +++ b/README.txt @@ -0,0 +1,53 @@ +ABOUT aalex's + +These are objects for Pure Data. + +[x11mouse] generates a X11 mouse event +[x11key] generates a X11 keyboard event +[xmms] controls the X Multimedia System +[pcre] matches a symbol against a Perl compatible regular expression. Still needs symbol as a selector for arguments. + + +I also include a few of my abstractions : + + +================================================= +INSTALL + +To use on Linux, add the path to this directory into your ~/.pdrc invisible file. +Currenly, the only one to work on Mac is [matches]. All the others are for GNU/Linux. + + +================================================= +COMPILE + +To compile on Debian, execute the follwing command in a terminal. +It could probably work on Mac too, instlaling the packages with Fink. Tell +me if ever you need some of them for Mac, as the makefile will need to be modified. + + +sudo apt-get install xlib-dev xmms-dev +cd aalex +make + + +================================================= +AUTHOR + +Alexandre Quessy +alex@sourcelibre.com + + +================================================= +LICENSE + +GNU Public License +)c( Copyleft 2006 +Enjoy at your own risks ! + + +================================================= +HISTORY + +2006-07-18 Fixed *MD64 compilation flag (thanks to r1). Changed [matches] for [pcre]. +2006-07 Initial release of old externals plus x11 objects. -- cgit v1.2.1