From a6e0a9d9b4dfe46a2e89d73d7666188bfe596c35 Mon Sep 17 00:00:00 2001 From: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com> Date: Wed, 5 Aug 2020 17:10:02 +0800 Subject: [PATCH] Bump `libtorrent` to 1.2.8; Bump `qt-everywhere-src` to 5.15.0 --- Compiling-with-MSVC-2019-(static-linkage).mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling-with-MSVC-2019-(static-linkage).mediawiki b/Compiling-with-MSVC-2019-(static-linkage).mediawiki index f0d579c..4dfe6fc 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.7 +* Navigate to the Libtorrent source folder. eg cd G:\QBITTORRENT\libtorrent-rasterbar-1.2.8 * Copy the b2.exe from the Boost directory to the Libtorrent directory copy ..\boost_1_73_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: @@ -106,7 +106,7 @@ This page describes how to compile 32-bit and 64-bit qBittorrent using MSVC 2019 === Compiling Qt5 === * Extract the Qt sources in the working dir. -* Navigate to the Qt source folder. eg cd G:\QBITTORRENT\qt-everywhere-src-5.14.2 +* Navigate to the Qt source folder. eg cd G:\QBITTORRENT\qt-everywhere-src-5.15.0 * Now we will build a static version of Qt and make it as small as possible. * Open '''qtbase/mkspecs/common/msvc-desktop.conf''' and replace the relevant lines with: :'''32-bit'''