From 21e71712148aa5b1c114ccb21a2d135b9b5fdd32 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 14 Sep 2020 02:23:14 +0100 Subject: [PATCH] add page about obsolete compilation guides --- Obsolete-compilation-guides.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Obsolete-compilation-guides.md diff --git a/Obsolete-compilation-guides.md b/Obsolete-compilation-guides.md new file mode 100644 index 0000000..012a858 --- /dev/null +++ b/Obsolete-compilation-guides.md @@ -0,0 +1,8 @@ +This is a list of obsolete compilation guides, maintained for reference only. + +* [CentOS 7.x](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-CentOS-7.x) +* [MSVS 10.0 (dynamic linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-10.0-(dynamic-linkage)) +* [MSVS 2008 (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2008-(static-linkage)) +* [MSVS 2008 (x86_64) (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2010-(x86_64)-(dynamic-linkage)) +* [MSVC 2013 (static linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2013-(static-linkage)) +* [MSVC 2013 (x86_64) (dynamic linkage)](https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-MSVC-2013-(x86_64)-(dynamic-linkage)) \ No newline at end of file