From bdaebd0a66687e0a8f5573d02df4828b84939c5d Mon Sep 17 00:00:00 2001 From: Evgeny Lensky Date: Sun, 3 Dec 2017 10:54:06 +0700 Subject: [PATCH] Updated Compiling qBittorrent on Debian and Ubuntu (mediawiki) --- Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki b/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki index c506a8e..161be40 100644 --- a/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki +++ b/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki @@ -69,7 +69,7 @@ Enter the folder in a new terminal window and run: make -j$(nproc) * Note 1: If you're using libtorrent-rasterbar from the 0.16.x series, you also need to pass the --with-libtorrent-rasterbar0.16 option to configure. qBittorrent v3.3.x has dropped the support of libtorrent 0.16.x. -* Note 2: If you want to compile with qt4 instead of qt5, you also need to pass the --with-qt4 option to configure. +* Note 2: If you want to compile with qt4 instead of qt5, you also need to pass the --with-qt4 option to configure. qBittorrent v4.0.x has dropped the support of qt4 * Note 3: If you want to disable ALL authentication in the WebUI, change some lines as explained [https://github.com/qbittorrent/qBittorrent/wiki/Disable-authentification-of-webGUI/ here]. * Note 4: This build uses a conservative number of jobs (equal to the threads available); increasing it may make the build faster, but an eye must be kept on the memory usage.