aboutsummaryrefslogtreecommitdiff
path: root/pso/README.build.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pso/README.build.txt')
-rw-r--r--pso/README.build.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/pso/README.build.txt b/pso/README.build.txt
new file mode 100644
index 0000000..fdb40c4
--- /dev/null
+++ b/pso/README.build.txt
@@ -0,0 +1,19 @@
+These objects where developed under Linux and have been tested
+on Linux. The objects should also compile under all other flext capable platforms.
+makefiles have only been provided for OSX and Linux.
+
+Note: Flext is required to compile this external!
+
+To build & Install (under linux):
+
+ edit makefile.pd-linux to suit your needs
+
+ make -f makefile.pd-linux
+
+To build & Install (under OSX):
+
+ edit makefile.pd-darwin to suit your needs
+
+ make -f makefile.pd-darwin
+
+See http://www.ekran.org/ben/research/pso for binary PD and MAX releases.