aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2002-08-29 18:05:57 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2002-08-29 18:05:57 +0000
commit0b7f1c4032818631f3a69b677089f02faa407e61 (patch)
tree8dd12dcb726c50481705f90d3a082f49168935d6
parent5c80d2c60cb6c85798db9b73f371ba70395374fe (diff)
*** empty log message ***
svn path=/trunk/externals/bbogart/chaos/; revision=99
-rw-r--r--README.build.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.build.txt b/README.build.txt
index dd94ed2..dc6b4e5 100644
--- a/README.build.txt
+++ b/README.build.txt
@@ -1,13 +1,16 @@
-These objects where developed under Linux and have only been tested
-in Linux. The objects should also compile under Windows and IRIX.
-OSX should be soon added to the makefile.
+These objects where developed under Linux and have been tested
+in Linux and OSX. The objects should also compile under Windows and IRIX.
To build (under linux):
make pd_linux
-For build instructions for other platforms consult the makefile.
+To build (under OSX):
+
+make pd_darwin
+
To Install:
Copy the .pd* files where PD will seem them, like the "extra" folder.
+Precompiled binaries for OSX and Win32 are in the "Release" directory.