aboutsummaryrefslogtreecommitdiff
path: root/pso/README.build.txt
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2003-09-30 17:17:09 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2003-09-30 17:17:09 +0000
commit293f18985e3b9ffdf3956768e2fa3c299ac80992 (patch)
tree9422d3216ac8bc4124c4a5e2cd87a657c9273422 /pso/README.build.txt
This is the first release of PSO! makefiles for OSX and Linux only, borrowed from pool and prepend.svn2git-root
svn path=/trunk/externals/bbogart/; revision=1054
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.