aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
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
-
-
-
-
-
-
-