From fa908178c914a35b61679f1517c6ab11cea3b442 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 5 Oct 2020 00:58:42 +0100 Subject: [PATCH] Add modern MSVC 2019 static builds compilation guide to main page --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 146b743..eb62b0c 100644 --- a/Home.md +++ b/Home.md @@ -97,7 +97,8 @@ Everyone is welcome to edit and improve the wiki! * [Common information](https://github.com/qbittorrent/qBittorrent/wiki/Compilation-with-CMake:-common-information) * [Debian/Ubuntu and derivatives](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Debian,-Ubuntu,-and-derivatives) -* Windows (MSVC 2019, static linkage) TODO +* [Windows (MSVC 2019, static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage)) +* Windows (MSVC 2019, dynamic linkage) TODO * Windows (MinGW 64-bit, dynamic linkage) TODO * macOS TODO