summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Matheussen <k.s.matheussen@notam02.no>2017-06-15 15:27:49 +0200
committerKjetil Matheussen <k.s.matheussen@notam02.no>2017-07-12 14:33:35 +0200
commit41e8f661c42ed6755e331435a3d9d4076e9790cb (patch)
tree9434f7eaa9c90d97e96729063dd05087abaa5cb3
parentb4bdb9fe3575bb617b0cbcda0fde5cdd358a3921 (diff)
downloadjack2-41e8f661c42ed6755e331435a3d9d4076e9790cb.tar.gz
README: Instructions for cross-compiling with mingw
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index bd9c0c9a..df10200a 100644
--- a/README
+++ b/README
@@ -106,6 +106,17 @@ Windows version
The published version uses named event for server/client synchronization. Named pipes are used for server/client communications. A PortAudio (V19) based driver is used. It allows to access either MME, DirectSound or ASIO supported cards.
+
+To cross compile using mingw, do the following in the top folder:
+
+ARCH=x86_64-w64-mingw32.shared # e.g.
+
+PKGCONFIG=$ARCH-pkg-config CC=$ARCH-gcc CXX=$ARCH-g++ ./waf configure --platform=win32
+
+PKGCONFIG=$ARCH-pkg-config CC=$ARCH-gcc CXX=$ARCH-g++ ./waf build -v
+
+
+
The binary elements are :
- jackd.exe : the JACK server