aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/readme.txt')
-rw-r--r--externals/grill/flext/readme.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/externals/grill/flext/readme.txt b/externals/grill/flext/readme.txt
index ba77e4e2..14569af4 100644
--- a/externals/grill/flext/readme.txt
+++ b/externals/grill/flext/readme.txt
@@ -37,13 +37,19 @@ BUILDING & INSTALLING:
pd - Windows:
-------------
-o Microsoft Visual C++ 6 or 7: edit "config-pd-msvc.txt" & run "build-pd-msvc.bat"
+o Microsoft Visual C++ 6 or 7:
+ edit "config-pd-msvc.txt"
+ start a dos-shell (cmd.exe) and set the compiler environment (vcvars32.bat)
+ run "build-pd-msvc.bat"
-o Borland C++ 5.5 (free): edit "config-pd-bcc.txt" & run "build-pd-bcc.bat"
+o Borland C++ 5.5 (free):
+ edit "config-pd-bcc.txt"
+ run "build-pd-bcc.bat"
o Cygwin: edit "config-pd-cygwin.txt" & run "sh build-pd-cygwin.sh"
additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-cygwin
+
With your project using flext, be sure to define "FLEXT_SYS=2".
@@ -55,6 +61,7 @@ o GCC,ICC: edit "config-pd-linux.txt" & run "sh build-pd-linux.sh"
Several variations of the flext library will be built: release and debug version of single-threaded and multi-threaded static libraries and of a multi-threaded shared library, respectively.
These will be installed into the flext directory given in config-pd-linux.txt. For the shared libraries to be found, be sure to specify the flext folder in the /etc/ld.so.conf.
+
With your project using flext, be sure to define "FLEXT_SYS=2".
@@ -63,6 +70,7 @@ pd - MacOSX:
o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh"
additional settings (e.g. target processor, compiler flags) can be made in makefile.pd-darwin
+
With your project using flext, be sure to define "FLEXT_SYS=2".
@@ -70,6 +78,7 @@ Max/MSP - Windows:
------------------
o Microsoft Visual C++ 6 or 7: edit "config-max-msvc.txt" & run "build-max-msvc.bat"
+
With your project using flext, be sure to define "FLEXT_SYS=1".