aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-03-14 17:13:44 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-03-14 17:13:44 +0000
commit974ba3a08a427443369461cbb1196fa7d5b67c04 (patch)
tree6d15444699b2ee139356914b1bac1cf72b190b9e /externals/grill/flext/build.txt
parent017b9b90e1d1566c3dacaac6596c50b6c95b3884 (diff)
fixed faulty assertion
fixed buggy memory deallocation for AtomListStatic svn path=/trunk/; revision=4706
Diffstat (limited to 'externals/grill/flext/build.txt')
-rw-r--r--externals/grill/flext/build.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/flext/build.txt b/externals/grill/flext/build.txt
index 92fdab7c..640b1c04 100644
--- a/externals/grill/flext/build.txt
+++ b/externals/grill/flext/build.txt
@@ -130,12 +130,14 @@ or
buildsys/config-mac-max-gcc.txt
+After editing the files you will have to run the build script again to ensure that flext is built.
After successfully building everything, you can install flext with (under Windows)
build pd msvc install
or (under unix)
bash build.sh pd gcc install
+
You will probably have to have superuser rights in order to install things
into the default location.
(try "sudo" or "su -c" prefixes, or log in as root)