aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-11-03 20:29:28 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-11-03 20:29:28 +0000
commit0f833c72de82b8d9fdcd53b4f10ffdb986382c85 (patch)
treec06f182c71fdf626dab5397fdea38173543e0b77 /externals/grill/flext/build.txt
parenta8374dc0b19440ce5d1dcdda954421a4d942c451 (diff)
update docs
updated build system for Max with MinGW fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects svn path=/trunk/; revision=3828
Diffstat (limited to 'externals/grill/flext/build.txt')
-rw-r--r--externals/grill/flext/build.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/externals/grill/flext/build.txt b/externals/grill/flext/build.txt
index fdb24bc8..474b0698 100644
--- a/externals/grill/flext/build.txt
+++ b/externals/grill/flext/build.txt
@@ -8,6 +8,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
This document consists of the following parts:
+0) Important stuff at the beginning
1) Using the flext build system
1.1) Building and installing flext
1.2) Building externals
@@ -19,6 +20,16 @@ This document consists of the following parts:
----------------------------------------------------------------------------
+0) Important stuff at the beginning
+===================================
+
+Please be aware that the build system might have difficulties handling paths with spaces.
+Under unix you might get along with escaping your\ path or quoting "your path".
+Under Windows escaping doesn't work at all and quoting might not work either - therefore it's
+best not to use spaced paths at all.
+
+----------------------------------------------------------------------------
+
1) Using the flext build system
===============================
@@ -95,6 +106,7 @@ or
- cygwin with binutils, gcc and make packages
+
1.2) Building and installing flext
==================================