aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 6 insertions, 13 deletions
diff --git a/README b/README
index 77bb589..a6842ad 100644
--- a/README
+++ b/README
@@ -8,23 +8,16 @@ there`s no warranty for anything.
--------compile------------
ext13 is developed and tested in linux.
if you need it for another platform, you have to do the work to port it
-to compile it do
-./configure
-or ./configure --prefix=/usr/lib (or similar) for a path other than /usr/local
-make
-
-
-to get a seperate externalfile (.pd_linux) for every external, or
+to compile it to get a seperate file for each object (.pd_linux):
-./configure
make clean
-make ext13
-to get a single library for all externals.
+make
+
-make install
-will put the externals in /path/to/pd/externs/
-and the helpfiles in /path/to/pd/doc/5.manual/
+make dist
+will make a tarball of a libdir which can be dropped into place anywhere in
+Pd's path.
don`t forget to put the files in your pd-path or do a
-lib /path/to/ext13