From 6cea17d7b9a3fce907df37bdba36a069e8e02f24 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Mon, 20 Apr 2020 20:34:24 +0800 Subject: [PATCH] Updated Compiling with MSVC 2019 (static linkage) (mediawiki) --- Compiling-with-MSVC-2019-(static-linkage).mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling-with-MSVC-2019-(static-linkage).mediawiki b/Compiling-with-MSVC-2019-(static-linkage).mediawiki index 841146c..5a45dc2 100644 --- a/Compiling-with-MSVC-2019-(static-linkage).mediawiki +++ b/Compiling-with-MSVC-2019-(static-linkage).mediawiki @@ -90,7 +90,7 @@ This page describes how to compile 32-bit and 64-bit qBittorrent using MSVC 2019 === Compiling Libtorrent === * Extract the Libtorrent sources in the working dir. -* Navigate to the Libtorrent source folder. eg cd G:\QBITTORRENT\libtorrent-rasterbar-1.2.5 +* Navigate to the Libtorrent source folder. eg cd G:\QBITTORRENT\libtorrent-rasterbar-1.2.6 * Copy the b2.exe from the Boost directory to the Libtorrent directory copy ..\boost_1_72_0\b2.exe b2.exe * Compile a static version of Libtorrent. Issue the following command. Replace N in -j N with the number of CPU cores you have or how many threads you want b2 to use when compiling: