aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt30
1 files changed, 19 insertions, 11 deletions
diff --git a/readme.txt b/readme.txt
index 0fe0d9c..83c9ec5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -5,19 +5,21 @@ mark williamson
mailto:mark@junklight.com
http://www.junklight.com
-The code is free for anyone to use provided you mention me somewhere - its not
-like its going to cost you anything :-). If you need support you can try
-mailing me at the address above - I can be quite busy but I will try and
-deal with any queries.
+The code is free for anyone to use under the GNU GPL. But if you use it,
+please mention me somewhere - its not like its going to cost you anything
+:-). If you need support you can try mailing me at the address above - I
+can be quite busy but I will try and deal with any queries.
-Linux
-It is built under windows but I have included the various build files needed
-for linux - delete the file "makefile" and use the configure script to
-make a new one for linux. The files needed by autoconf are there anyway
-if that doesn't work. I can't run PD on the linux machine I have got
-access to (only telnet access) so I am not sure about installing it but all the
-stuff should be there.
+GNU/Linux
+
+Run: "make -f makefile.linux" and all of the objects will be compiled individually.
+
+
+MacOS X
+
+Run: "make -f makefile.darwin" and all of the objects will be compiled individually.
+
Windows
@@ -35,6 +37,7 @@ and copy the contents of doc\mjLib into
that should be you done.
+
General notes
This library will grow a bit - there are a few more objects that I want to
@@ -56,6 +59,11 @@ ___________________________________________________________
history:
+6th April 2004
+
+<hans@at.or.at> added code to the Pd CVS and made all of the objects compile on
+MacOS X and GNU/Linux.
+
1st February release 2
added new mode to monorhythm (exclusive - allows the beat and accent bangs to be mutually exclusive)