aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-06-09 12:25:45 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-06-09 12:25:45 +0000
commit48baf10b0bff1ea557b1f0e8a49ac6bd8f648df5 (patch)
treeb601e64b93b46013dfd2cb5dbdad3b4e468257c0 /README.txt
parenta3bdd152a9b72d6de71a52e261ce83dba3a5eb13 (diff)
added tiny information about xcompiling with wingw
svn path=/trunk/externals/zexy/; revision=3143
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index a2d5978..ffda745 100644
--- a/README.txt
+++ b/README.txt
@@ -26,8 +26,11 @@ note: if you don't want the parallel-port object [lpt]
win32 :
extract the zexy-0_x.zip to your pd-path (this file should be located at <mypdpath>/pd/zexy/)
execute the "z_install.bat", this should copy all necessary files to the correct places
-to compile: w/ MSVC makefile.nt or zexy.dsw, or with GCC configure your pd path, eg:
-./configure --prefix=/c/program/pd; make; make install
+to compile: w/ MSVC use makefile.nt or zexy.dsw;
+or with GCC configure your pd path, eg:
+ ./configure --prefix=/c/program/pd; make; make install
+cross-compilation for windows on linux using mingw (assumes that the xcompiler is "i586-mingw32msvc-cc")
+ ./configure --host=i586-mingw32msvc --with-extension=dll --includedir=/path/to/win/pd/src/ --libdir=/path/to/win/pd/bin/
irix :
though i have physical access to both SGI's O2s and indys,