aboutsummaryrefslogtreecommitdiff
path: root/pso/README.build.txt
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2007-06-22 23:26:12 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2007-06-22 23:26:12 +0000
commit895c0955b00f5de81d970c7897b7a5a2d4eb7350 (patch)
treea294e22571442889893aa72d325bbd6e523965b4 /pso/README.build.txt
parent32540e4c87a6521a88b1ca42554b30adca28e7ad (diff)
Changed PSO to the "new" (build.sh pd gcc) install method inline with current flext.
Updated docs accordingly svn path=/trunk/externals/bbogart/; revision=7796
Diffstat (limited to 'pso/README.build.txt')
-rw-r--r--pso/README.build.txt33
1 files changed, 22 insertions, 11 deletions
diff --git a/pso/README.build.txt b/pso/README.build.txt
index 441e5ea..70ff974 100644
--- a/pso/README.build.txt
+++ b/pso/README.build.txt
@@ -1,19 +1,30 @@
-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.
+The objects have been tested on Mac OS X (10.4) and Linux. Everything should
+build fine under Windows using the usual flext install method.
-Note: Flext is required to compile this external!
+The following instructions have been written by Thomas Grill for the xsample
+flext external.
-To build & Install (under linux):
+BUILDING from source
+----------------------------
- edit config-pd-linux.txt to suit your needs
+You will need the flext C++ layer for PD and Max/MSP externals to compile this.
+See http://grrrr.org/ext/flext
+Download, install and compile the package.
- make -f makefile.pd-linux
-To build & Install (under OSX):
+pd/Max - Windows - Microsoft Visual C, Borland C++, MinGW:
+----------------------------------------------------------
+Start a command shell with your eventual build environment
+(e.g. run vcvars32.bat for Microsoft Visual Studio)
- edit config-pd-darwin.txt to suit your needs
+then run
+ ..\flext\build.bat
+(you would have to substitute ..\flext with the respective path to the flext package)
- make -f makefile.pd-darwin
-See http://www.ekran.org/ben/research/pso for binary PD and MAX releases.
+pd/Max - OSX/Linux - GCC:
+-------------------------
+From a shell run
+bash ../flext/build.sh
+(you would have to substitute ../flext with the respective path to the flext package)
+