Browse Source

Merge 8482c8fbc3 into 43e1173e30

pull/562/merge
Phoebe GitHub 7 months ago
parent
commit
ddc9e213c6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      windows/README

+ 11
- 0
windows/README View File

@@ -35,6 +35,17 @@ The resources files has been created with ResEdit (ANSI build). VisualStudio use
You can make a small installer ('setup.exe') with CreateInstallFree, a little freeware. For this you have the little script 'jack.ci' for 32 bits version and 'jack64.c' for mixed 64/32 bits version. The installer contains everything jack needs to be integrated in windows (including register entries and shortcuts).
A binary version of QJAckCtl is also included.
Alternatively, you can build and install jack2 using [vcpkg](https://github.com/microsoft/vcpkg/) dependency manager:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg integrate install
./vcpkg install jack2
The jack2 port in vcpkg is kept up to date by microsoft team members and community contributors.
If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
-------------------------------
Running JACK on Windows
-------------------------------


Loading…
Cancel
Save