aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 649c717934af9bf8c81b1e44a1dc6410b4b4563d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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]