From 445c11c26fbbbc4222a11a2748bff1ee248890b9 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Thu, 6 Aug 2015 00:27:20 +0300 Subject: [PATCH] Bold the notes to stand out. --- Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki b/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki index 4c88940..aff3e41 100644 --- a/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki +++ b/Compiling-qBittorrent-on-Debian-and-Ubuntu.mediawiki @@ -51,8 +51,8 @@ Now, let's get to the interesting part: compiling qBittorrent. ./configure --prefix=/usr make -Note1: If you're using libtorrent-rasterbar from the 0.16.x series you need to pass to configure also "--with-libtorrent-rasterbar0.16". v3.3.x has dropped the support of 0.16.x. -
Note2: If you want to compile with qt5 instead of qt4 you need to pass to configure also "--with-qt5" +'''Note1''': If you're using libtorrent-rasterbar from the 0.16.x series you need to pass to configure also "--with-libtorrent-rasterbar0.16". v3.3.x has dropped the support of 0.16.x. +
'''Note2''': If you want to compile with qt5 instead of qt4 you need to pass to configure also "--with-qt5" And to install it: sudo make install @@ -70,8 +70,8 @@ Now, let's get to the interesting part: compiling qBittorrent. ./configure --prefix=/usr --disable-gui make -Note1: If you're using libtorrent-rasterbar from the 0.16.x series you need to pass to configure also "--with-libtorrent-rasterbar0.16". v3.3.x has dropped the support of 0.16.x. -
Note2: If you want to compile with qt5 instead of qt4 you need to pass to configure also "--with-qt5" +'''Note1''': If you're using libtorrent-rasterbar from the 0.16.x series you need to pass to configure also "--with-libtorrent-rasterbar0.16". v3.3.x has dropped the support of 0.16.x. +
'''Note2''': If you want to compile with qt5 instead of qt4 you need to pass to configure also "--with-qt5" And to install it: sudo make install