From 83e4b1b390f86e0c78334a5ec5962c68b2f009f7 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 5 Oct 2020 02:28:15 +0100 Subject: [PATCH] Add Windows MSYS2 compilation instructions link to main page and adjust section title --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 94d2bff..5f9ce9f 100644 --- a/Home.md +++ b/Home.md @@ -93,7 +93,7 @@ Everyone is welcome to edit and improve the wiki! ### Compilation -#### CMake (new method WIP) +#### CMake * [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) @@ -112,6 +112,7 @@ Everyone is welcome to edit and improve the wiki! * [Fully static binaries on Linux (glibc or musl)](https://github.com/qbittorrent/qBittorrent/wiki/Compiliation:-Fully-static-binaries-on-Linux-(glibc-or-musl)) * [macOS](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-macOS) * [MSVC 2019 (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compiling-with-MSVC-2019-(static-linkage)) +* [Compiling with MSYS2](https://github.com/Chocobo1/qbittorent_msys2) ---