aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /README.txt
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
zexy-2.0:
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index db488fe..a2d5978 100644
--- a/README.txt
+++ b/README.txt
@@ -10,16 +10,16 @@ note: the zexy external is published under the Gnu General Public License that i
installation::
linux :
-change to directory source
+change to directory src
run:
+ "autoconf"
"./configure"
- "make clean"
"make"
"make install"
this will install the zexy external into /usr/local/lib/pd/externs
(the path can be changed either via the "--prefix"-flag to "configure"
or by editing the makefile
-alternatively you can try "make everything"
+alternatively you can try "make everything" (after ./configure)
note: if you don't want the parallel-port object [lpt]
(e.g.: because you don't have a parallel-port) you can disable it with "--disable-lpt"