From 8f5246f0dcb97e2af8b429be72b7421440f64f4e Mon Sep 17 00:00:00 2001 From: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Date: Tue, 31 Mar 2020 00:48:35 -0700 Subject: [PATCH 1/2] Add vcpkg installation instructions --- windows/README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/windows/README b/windows/README index 356b9f1a..5ebaaacc 100644 --- a/windows/README +++ b/windows/README @@ -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.sh + ./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 ------------------------------- From 8482c8fbc3e8929301d30b469bc3a4e51cb91eb6 Mon Sep 17 00:00:00 2001 From: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com> Date: Tue, 31 Mar 2020 00:50:58 -0700 Subject: [PATCH 2/2] Update the instructions --- windows/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/README b/windows/README index 5ebaaacc..34adee34 100644 --- a/windows/README +++ b/windows/README @@ -39,7 +39,7 @@ Alternatively, you can build and install jack2 using [vcpkg](https://github.com/ git clone https://github.com/Microsoft/vcpkg.git cd vcpkg - ./bootstrap-vcpkg.sh + ./bootstrap-vcpkg.bat ./vcpkg integrate install ./vcpkg install jack2