aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:52:21 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:52:21 +0000
commit03df01d81c2db0c7234833fce06fcdd7f0aae8e0 (patch)
tree5535f3040ff277459878342f556c6ccb9cf558e0 /externals/grill/flext/build.txt
parent848cad880af05c8c1153c21503d434eaaf8eab95 (diff)
optimized AtomList functions
minor fixes for Max fixes for OSX small update of linkage styles etc. updated the docs new: FLEXT_WARN, FLEXT_ERROR macros svn path=/trunk/; revision=2642
Diffstat (limited to 'externals/grill/flext/build.txt')
-rw-r--r--externals/grill/flext/build.txt25
1 files changed, 19 insertions, 6 deletions
diff --git a/externals/grill/flext/build.txt b/externals/grill/flext/build.txt
index e489a085..35baf4de 100644
--- a/externals/grill/flext/build.txt
+++ b/externals/grill/flext/build.txt
@@ -9,7 +9,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
This document consists of the following parts:
1) Using the flext build system
-1.1) Building flext
+1.1) Building and installing flext
1.2) Building externals
1.3) Tested configurations
@@ -77,8 +77,8 @@ See buildsys/readme.txt for developer-centered information.
-1.1) Building flext
-===================
+1.1) Building and installing flext
+==================================
Flext can build itself using the build system.
From the flext main directory, run the build script
@@ -92,11 +92,24 @@ When you run it for the first time, one or more configuration files will be crea
from templates - you will get a message on the console.
You should edit the files to adapt it to your system.
-Then install flext with (under Windows)
+Depending on your platform these will have name like
+buildsys/config-win-pd-msvc.txt
+or
+buildsys/config-lnx-pd-gcc.txt
+or
+buildsys/config-mac-max-gcc.txt
+
+
+
+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)
+
1.2) Building externals
=======================
@@ -122,8 +135,8 @@ You can clean up the intermediate build folders with
bash ../flext/build.sh pd gcc clean
-1.3) Building externals
-=======================
+1.3) Tested configurations
+==========================
Both flext and flext-based externals have been successfully built with the
following combination of platform-system-compiler, build type.