Add Windows MSYS2 compilation instructions link to main page and adjust section title

Francisco Pombal 2020-10-05 02:28:15 +01:00
parent 29dd9df929
commit 83e4b1b390

@ -93,7 +93,7 @@ Everyone is welcome to edit and improve the wiki!
### Compilation ### Compilation
#### CMake (new method WIP) #### CMake
* [Common information](https://github.com/qbittorrent/qBittorrent/wiki/Compilation-with-CMake:-common-information) * [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) * [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)) * [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) * [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)) * [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)
--- ---