aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-15 15:46:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-15 15:46:18 +0000
commit8ec8d87031f0bea6de99b225fa952cd4ad498383 (patch)
tree948273aa3da0159b6d46b6866459f238fe597f80 /README.txt
parent66195341857a5c19a52b17468636eca7bc62f3ea (diff)
added "--with-pd" flag (to specify paths for both INCLUDE and LIBS)
added "--disable-PIC" flag (to disable compilation with PIC (gives loads of warnings with mingw) svn path=/trunk/externals/zexy/; revision=4223
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index f1de713..f20cbc1 100644
--- a/README.txt
+++ b/README.txt
@@ -79,8 +79,7 @@ to compile:
+ cross-compilation for windows on linux using mingw (assumes that the
crosscompiler is "i586-mingw32msvc-cc")
#> ./configure --host=i586-mingw32msvc --with-extension=dll \
- --includedir=/path/to/win/pd/src/ --libdir=/path/to/win/pd/bin/
-
+ --with-pd=/path/to/win/pd/ --disable-PIC
irix :
------------------------------------------------------------------------------