Browse Source

README: Instructions for cross-compiling with mingw

tags/v1.9.12
Kjetil Matheussen 8 years ago
parent
commit
41e8f661c4
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      README

+ 11
- 0
README View File

@@ -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


Loading…
Cancel
Save