Update of /cvsroot/pure-data/externals/iem/iemmatrix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11904
Modified Files: INSTALL.txt Log Message: eased cross-compilation
Index: INSTALL.txt =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/INSTALL.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** INSTALL.txt 9 Jun 2005 19:07:13 -0000 1.2 --- INSTALL.txt 15 Dec 2005 16:11:15 -0000 1.3 *************** *** 17,28 **** of pd, the help-files will be installed into doc/5.reference/iemmatrix
- CrossCompilation for w32 with MinGW (http://www.mingw.org) on linux-systems - you need a cross-compilation tool-chain for windows (there is a debian-package mingw32) - run "./configure" and specify the path to your "m_pd.h" (with --includedir) and to your "pd.lib" (with --libdir) - don't forget to override the default extension ("pd_linux" on linux-systems) with the more appropriate "dll". - on bash this looks like: - % ./configure --with-extension=dll --host=i586-mingw32msvc --includedir=/path/to/w32-pd/src/ -libdir=/path/to/w32-pd/bin/ - now run "make" and enjoy. - 2) mac OS-X: --- 17,20 ---- *************** *** 46,49 **** --- 38,54 ---- i will support a makefile for msvc as soon as i boot into windows again
+ CrossCompilation for w32 with MinGW (http://www.mingw.org) on linux-systems + you need a cross-compilation tool-chain for windows (there is a debian-package mingw32) + run "./configure" and specify the path to your windows installation of pd + the simplest way is to give the PDPATH via the "--with-pd=PDPATH" flag; you have to make + sure that the pd-sources are in PDPATH/src and the compiled pd-binaries in PDPATH/bin + if those are scattered across you filesystem you can alternatively give explicitely the paths + to your "m_pd.h" (with --includedir) and to your "pd.lib" (with --libdir) + don't forget to override the default extension ("pd_linux" on linux-systems) with the more appropriate "dll". + on bash this looks like: + % ./configure --with-extension=dll --host=i586-mingw32msvc --with-pd=/path/to/w32-pd/ --disable-PIC + now run "make" and enjoy. + +
5) FreeBSD et al: *************** *** 53,61 **** and report any success or failure
- - - - - - - --- 58,59 ----