aboutsummaryrefslogtreecommitdiff
path: root/README.txt
blob: 49ec92698dd9161775ea15251c280d300f6a74ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
syslog for Pd
=============

allows to send syslog messages of a settable severity from with Pd.


installation
-----------
run:
$ make

finally, install it with:
$ make install
this will install everything needed to /usr/local/lib/pd-externals/syslog;
you can change the default installation target via the `pkblibdir` variable:
$ make install pkglibdir=/usr/lib/pd/extra

running
-------
create a [syslog] object and use it like [print]