Updated Compiling qBittorrent nox on CentOS 7.x (mediawiki)

Michał 2019-12-13 22:05:20 +01:00
parent 9158cebe9a
commit 57e51df002

@ -55,6 +55,9 @@ First, obtain the qBittorrent source code.<br />
Either download and extract a .tar archive from [https://sourceforge.net/projects/qbittorrent/files/qbittorrent/ Sourceforge] or clone the git repository:
git clone --depth 1 -b v4_2_x https://github.com/qbittorrent/qBittorrent
Change devtoolsset if you didn't do that already
scl enable devtoolset-8 bash
Compile:
cd qBittorrent
./configure --prefix=/usr --disable-gui CPPFLAGS=-I/usr/include/qt5 --with-boost=${DIR_BOOST} CXXFLAGS=--std=c++14