From 6052f3436338ff6ca3c143de3e240e29cd5d6a54 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 5 Oct 2020 02:29:21 +0100 Subject: [PATCH] Add Windows MSYS2 compilation instructions link to side bar and adjust section title --- _Sidebar.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_Sidebar.md b/_Sidebar.md index 53eeb31..71e55b1 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -89,7 +89,7 @@ ### Compilation -#### CMake (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) @@ -108,6 +108,7 @@ * [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) ---