Browse Source

Add missing Mingw10.dll in windows setup - Add extra info in windows installer ReadMe

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3013 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
moret 16 years ago
parent
commit
7d2da20110
3 changed files with 7 additions and 0 deletions
  1. BIN
      windows/Setup/JackRouter.dll
  2. +1
    -0
      windows/Setup/jack.ci
  3. +6
    -0
      windows/Setup/src/README

BIN
windows/Setup/JackRouter.dll View File


+ 1
- 0
windows/Setup/jack.ci View File

@@ -89,6 +89,7 @@
<_><src>..\..\common\jack\systemdeps.h</><dest>inst</><custom>includes\jack</><ifexist>overnewer</><recurs>1</></>
<_><src>.\JackRouter.dll</><dest>inst</><custom></><ifexist>overnewer</><recurs>0</></>
<_><src>.\JackRouter.ini</><dest>inst</><custom></><ifexist>overnewer</><recurs>0</></>
<_><src>.\qjackctl\mingwm10.dll</><dest>inst</><custom></><ifexist>overnewer</><recurs>0</></>
<_><src>.\qjackctl\qjackctl.exe</><dest>inst</><custom></><ifexist>overnewer</><recurs>0</></>
<_><src>.\qjackctl\QtCore4.dll</><dest>inst</><custom></><ifexist>overnewer</><recurs>0</></>
<_><src>.\qjackctl\QtGui4.dll</><dest>inst</><custom></><ifexist>overnewer</><recurs>0</></>


+ 6
- 0
windows/Setup/src/README View File

@@ -4,6 +4,12 @@ JACK on Windows
This installer will install everything to use Jack Audio Connection Kit (JACK) (www.jackaudio.org) on Windows.
=============================================
Microsoft Runtime Libraries
=============================================
In order to use this software, you will need the Microsoft Vusual C++ 2008 redistributable package. This package is freely available on the Microsoft download center. Please be sure you install the correct version (2008). This package is required by portaudio to run windows specific audio drivers (MME, DSound and ASIO).
=============================================
QJACKCTL on Windows
=============================================


Loading…
Cancel
Save