diff options
-rw-r--r-- | README.txt | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -7,19 +7,13 @@ allows to send syslog messages of a settable severity from with Pd. installation ----------- 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 +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 ------- |