From 3df883dc34cc024b85b0bcd91c970f33393db76b Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Sun, 20 Sep 2020 00:30:28 +0100 Subject: [PATCH] New cmake compilation pages WIP --- Home.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 7d8d89b..97ed526 100644 --- a/Home.md +++ b/Home.md @@ -93,8 +93,17 @@ Everyone is welcome to edit and improve the wiki! ### Compilation +#### CMake (new method WIP) + +* [Common information](https://github.com/qbittorrent/qBittorrent/wiki/Compilation-with-CMake:-common-information) +* Debian/Ubuntu TODO +* Windows (MSVC 2019, static linkage) TODO +* Windows (MinGW 64-bit, dynamic linkage) TODO +* macOS TODO + +#### qmake/autotools (deprecated) + * [CentOS 8.x](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-CentOS-8.x) -* [CMake](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-CMake) * [Debian / Ubuntu compilation](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Debian-and-Ubuntu) * [DietPi/Rasbian](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-DietPi-and-Raspbian-(Debian-9.0)) * [Raspian for LeMaker Banana Pro](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Raspbian-for-LeMaker-Banana-Pro)