diff options
-rw-r--r-- | README.build.txt | 11 |
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. |