From 432be3b5900b88636c34a8d2c31a700b2e802acc Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Sat, 17 Oct 2020 15:39:24 +0100 Subject: [PATCH] minor cleanups and fix some links --- Installing-qBittorrent.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Installing-qBittorrent.md b/Installing-qBittorrent.md index c6fe129..ea8d195 100644 --- a/Installing-qBittorrent.md +++ b/Installing-qBittorrent.md @@ -7,7 +7,11 @@ It can be compiled from source for any of those platforms, but binary packages a qBittorrent binary packages should be available in your distro's repositories. Both the `qbittorrent` (qBittorrent with GUI) and `qbittorrent-nox` ("no X", for headless server environments) packages should be available. -It is recommended to always use the latest version, and new issue reports should be filed against the latest stable version (or a more recent `master` commit) only. However, some distributions do not always provide the latest packages. In this case, you should either: use an official alternative binary repository (such as the official PPAs for Ubuntu), use an alternative unofficial binary repository (at your own risk) or compile from source. +It is recommended to always use the latest version, and new issue reports should be filed against the latest stable version (or a more recent `master` commit) only. However, some distributions do not always provide the latest packages. In this case, you should either: + +- use an official alternative binary repository (such as the official PPAs for Ubuntu) +- compile from source (for example, https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Debian,-Ubuntu,-and-derivatives) +- use an alternative unofficial binary repository (at your own risk) Currently, two official PPAs are maintained for Ubuntu: @@ -20,12 +24,14 @@ For CentOS, Fedora and RHEL, enable the Extra Packages for Enterprise Linux (EPE # Windows and macOS -The **only** official source for Windows and macOS builds is this page (and the links within it): https://www.qbittorrent.org/download.php. +The **only** official source for Windows and macOS release builds is this page (and the links within it): https://www.qbittorrent.org/download.php. + +Experimental development builds are available here: https://github.com/qbittorrent/qBittorrent/actions. When reporting bugs against these versions, be sure to mention which specific one you used and its commit ID (which is visible in the top left corner after clicking in a specific run). Use any other builds at your own risk. Issue reports from using other builds such as PortableApps and the like are not accepted. You can also compile from source if you wish, by following the relevant guides: -- Windows: https://github.com/qbittorrent/qBittorrent/wiki/Windows-compilation -- macOS: https://github.com/qbittorrent/qBittorrent/wiki/Compilation-guide-for-macOS-systems +- Windows: https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage) +- macOS: https://github.com/qbittorrent/qBittorrent/wiki/Compilation:-macOS