aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-11-17 03:32:51 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-11-17 03:32:51 +0000
commit6ca9db1fde790310c1d4fc6bc8ebc9ecaa0e7a7d (patch)
treed29acaf3f91593f7efd8329508c56c910a33720c /externals
parent37c4500e482c27a28e6ba0a247cf299440be41e9 (diff)
""
svn path=/trunk/; revision=1186
Diffstat (limited to 'externals')
-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".