From 08de6535074b57cc92dcca14c944baf1bdf69a8c Mon Sep 17 00:00:00 2001 From: Animosity022 Date: Fri, 6 Dec 2019 09:25:10 -0500 Subject: [PATCH] Updated Compiling qBittorrent on Debian and Ubuntu (mediawiki) --- Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki b/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki index 43fd090..9549352 100644 --- a/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki +++ b/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki @@ -44,7 +44,7 @@ Clone from the repo If you want to use libtorrent 1.2.* (only qBittorrent 4.2.0 and later supports libtorrent 1.2) git checkout RC_1_2 ./autotool.sh - ./configure --disable-debug --enable-encryption + ./configure --disable-debug --enable-encryption CXXFLAGS="-std=c++14" If you want to use libtorrent 1.1.* git checkout RC_1_1 @@ -108,7 +108,7 @@ If you clone the git repository and want to use the stable current version (rath (Note: When the stable version changes to 4.2.0, the stable branch will change to v4_2_x.) Enter the folder in a new terminal window and run: - ./configure --disable-gui + ./configure --disable-gui CXXFLAGS="-std=c++14" 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.