From 0ba3c58f6bc5d4f637c2ef83d22f8f3eb21d0e9e Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 5 Oct 2020 00:53:56 +0100 Subject: [PATCH] fixup previous change --- Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md b/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md index 15247ba..62f60ac 100644 --- a/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md +++ b/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md @@ -34,7 +34,7 @@ This guide assumes you will use `cmd`, `powershell`, or `pwsh` (Powershell Core) ## Dependencies (static linkage) -None of qBittorrent's dependencies have officially released builds of statically linked binaries. The best way to get good general-purpose builds of recent versions of the dependencies easily is to install them via the `vcpkg` package manager. `vcpkg` can also be used to install `libtorrent`. +None of qBittorrent's dependencies have officially released statically linked builds. Thus, the best way to get good general-purpose builds of recent versions of the dependencies easily is to install them via the `vcpkg` package manager. `vcpkg` can also be used to install `libtorrent`. The nice thing about `vcpkg` is that it also allows you to easily patch any of the packages that it installs, should you need/want to do so. Furthermore, you can even compile some dependencies with `vcpkg`, others manually, and mix-and-match when building qBittorrent.