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

ShawnSWK 2020-03-28 13:34:56 -05:00
parent 55487f9fa7
commit 8b32f68ff8

@ -49,6 +49,8 @@ Compile:
./configure --disable-debug --enable-encryption --prefix=/usr --with-boost=${DIR_BOOST} CXXFLAGS=--std=c++14 ./configure --disable-debug --enable-encryption --prefix=/usr --with-boost=${DIR_BOOST} CXXFLAGS=--std=c++14
make -j$(( $(nproc) - 1 )) make -j$(( $(nproc) - 1 ))
make install make install
ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc
**Last command was missing and on 64bit systems will fail without it **
== Compiling qBittorrent (without the GUI) == == Compiling qBittorrent (without the GUI) ==
@ -64,8 +66,7 @@ Compile:
./configure --prefix=/usr --disable-gui CPPFLAGS=-I/usr/include/qt5 --with-boost=${DIR_BOOST} CXXFLAGS=--std=c++14 ./configure --prefix=/usr --disable-gui CPPFLAGS=-I/usr/include/qt5 --with-boost=${DIR_BOOST} CXXFLAGS=--std=c++14
make -j$(( $(nproc) - 1 )) make -j$(( $(nproc) - 1 ))
make install make install
ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc
**Last command was missing and on 64bit systems will fail without it **
Since you disabled the graphical user interface, qBittorrent can only be controlled via its WebUI. If you haven't disabled authentication, as a default, you can access it at: Since you disabled the graphical user interface, qBittorrent can only be controlled via its WebUI. If you haven't disabled authentication, as a default, you can access it at:
http://localhost:8080 http://localhost:8080
Username: admin Username: admin