來源於Github:https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntupython
直接進入正題吧!須要以root用戶登陸!git
apt-get install libboost-dev libboost-system-dev build-essential apt-get install libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev apt-get install git pkg-config automake libtool
apt-get install qtbase5-dev qttools5-dev-tools
apt-get install python apt-get install geoip-database
git clone https://github.com/arvidn/libtorrent.git cd libtorrent
git checkout RC_1_0
./autotool.sh ./configure --disable-debug --enable-encryption --prefix=/usr --with-libgeoip=system make clean && make make install
QB歷史版本下載:https://github.com/qbittorrent/qBittorrent/releasesgithub
如編譯安裝3.3.11版本的QBshell
wget https://github.com/qbittorrent/qBittorrent/archive/release-3.3.11.tar.gz tar -xzvf release-3.3.11.tar.gz cd qBittorrent-release-3.3.11
./configure --prefix=/usr --disable-gui make && make install
這裏編譯的時候若是提示錯誤 缺乏 zlib 運行如下命令便可數據庫
apt-get install zlib1g-dev
運行如下命令dom
qbittorrent-nox
運行後會提示輸入,輸入y,而後回車便可,這時打開第③步中的地址,進入後打開設置,在WEBUI裏將語言改爲中文,而後Ctrl+C 結束,再次輸入命令運行QB,這是刷新網頁就是中文了,意思就是設置完須要重啓下客戶端才能使語言修改生效,其它設置相似。ui
由於直接運行QB,退出shell窗口的話就會關閉,因此咱們能夠用nohup的方式運行QBspa
nohup qbittorrent-nox &
這樣QB就已經穩定在後臺運行了,即便你關閉shell也不會結束的。debug
默認地址: http://IP地址:8080 默認用戶名: admin 默認密碼: adminadmin
記住須要開放防火牆的8080端口和qBittorrent的鏈接端口(默認8999好像)額,能夠在選項中設置!!ip
有問題留言,會再補充!