aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-08-17 13:19:29 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-08-17 13:19:29 +0000
commit89ba01ac2ea8ea3b7d96296f9b637e68d8361616 (patch)
tree9f538ce35801950df89a95321b427cd14fa2aaf5
parentfb0285cccabd077a907ee3f096e636884d81cdb6 (diff)
Updated build instructionsHEADsvn2git-headexternals/iem/syslog
svn path=/trunk/externals/iem/syslog/; revision=17515
-rw-r--r--README.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.txt b/README.txt
index 42e6478..49ec926 100644
--- a/README.txt
+++ b/README.txt
@@ -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
-------