From 48baf10b0bff1ea557b1f0e8a49ac6bd8f648df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 9 Jun 2005 12:25:45 +0000 Subject: added tiny information about xcompiling with wingw svn path=/trunk/externals/zexy/; revision=3143 --- README.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.txt') 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 /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, -- cgit v1.2.1