Page 1 of 1

Where to find qbittorrent-nox source code?

Posted: Sun Sep 13, 2020 5:34 am
by water
Is it including in qbittorrent source code ? I want to build it from source code.

Re: Where to find qbittorrent-nox source code?

Posted: Mon Sep 14, 2020 1:19 am
by FranciscoPombal
qBittorrent's code: https://github.com/qbittorrent/qBittorrent
Compilation guide: https://github.com/qbittorrent/qBittorr ... ompilation

Whether you build the GUI version or nox depends on the build flags you choose. For example, to build the nox version on Debian/Ubuntu with autotools+qmake, you pass

Code: Select all

--disable-gui
to the ./configure script execution.

Re: Where to find qbittorrent-nox source code?

Posted: Thu Sep 17, 2020 4:04 pm
by water
Thanks for your answer. :)