aboutsummaryrefslogtreecommitdiff
path: root/pso/README.build.txt
blob: 70ff974bfdb83568071e2ae3fb671c445a90dd56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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. 

The following instructions have been written by Thomas Grill for the xsample
flext external. 

BUILDING from source
----------------------------

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.


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)

then run
 ..\flext\build.bat
(you would have to substitute ..\flext with the respective path to the flext package)


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)