aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-15 16:11:15 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-12-15 16:11:15 +0000
commit59780470c472c670b73b1c4a76fa6b8f36dea4d6 (patch)
treed5d1d54c07a5cbd2e377769693df85d38990a586 /INSTALL.txt
parent219ce0859f42e4a7b6a8767dfcc6811bfb5d8b04 (diff)
eased cross-compilation
svn path=/trunk/externals/iem/iemmatrix/; revision=4225
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt28
1 files changed, 13 insertions, 15 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 568389e..6690987 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -16,14 +16,6 @@ Installation/Compilation instructions for "iemmatrix"
help-patches are installed into extra/iemmatrix; if you are running an old version
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:
============
@@ -45,6 +37,19 @@ CrossCompilation for w32 with MinGW (http://www.mingw.org) on linux-systems
http://lists.puredata.info/pipermail/pd-list/2005-05/028266.html
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:
=================
@@ -52,10 +57,3 @@ CrossCompilation for w32 with MinGW (http://www.mingw.org) on linux-systems
try the configure in iemmatrix/src
and report any success or failure
-
-
-
-
-
-
-