aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-11-12 10:20:51 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-11-12 10:20:51 +0000
commit123b598900ede9063347c0ca38aa83a5cf654edc (patch)
tree9e5f160e900395ca3fe0a83aaa136e5414b1ebd4 /README.txt
parente239ad2c63b29814e57ab2375a4cc25803add404 (diff)
encoding, copyright notice and the like
svn path=/trunk/externals/iem/syslog/; revision=14433
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..649c717
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,26 @@
+syslog for Pd
+=============
+
+allows to send syslog messages of a settable severity from with Pd.
+
+
+installaion
+-----------
+run:
+$ ./configure
+$ make
+
+if the "./configure" script is missing (e.g. because you did a fresh checkout
+from SVN, you have to run this _first_:
+$ autoconf
+
+finally, install it with:
+$ make install
+this will install everything needed to /usr/local/lib/pd/extra/syslog;
+if you want another prefix, check
+$ ./configure --help
+for your options
+
+running
+-------
+create a [syslog] object and use it like [print]