Debian/Ubuntu下編譯安裝qBittorrent

來源於Github:https://github.com/qbittorrent/qBittorrent/wiki/Compiling-qBittorrent-on-Debian-and-Ubuntupython

直接進入正題吧!須要以root用戶登陸!git

1、安裝依賴環境

①安裝通常依賴包

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

②安裝Qt5庫

apt-get install qtbase5-dev qttools5-dev-tools

③安裝python和GeoIP數據庫

apt-get install python apt-get install geoip-database

 

2、安裝Libtorrent

①下載Libtorrent包並打開

 

git clone https://github.com/arvidn/libtorrent.git cd libtorrent

②選擇1.0.*分支編譯安裝

 

git checkout RC_1_0
./autotool.sh ./configure --disable-debug --enable-encryption --prefix=/usr --with-libgeoip=system make clean && make make install

3、編輯安裝qBittorrent

①從github下載對應版本的QB安裝包

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

②編譯qBittorrent

./configure --prefix=/usr --disable-gui make && make install

這裏編譯的時候若是提示錯誤 缺乏 zlib 運行如下命令便可數據庫

apt-get install zlib1g-dev
 

4、運行qBittorrent

①初始化QB(設置中文)

運行如下命令dom

 

qbittorrent-nox

運行後會提示輸入,輸入y,而後回車便可,這時打開第③步中的地址,進入後打開設置,在WEBUI裏將語言改爲中文,而後Ctrl+C 結束,再次輸入命令運行QB,這是刷新網頁就是中文了,意思就是設置完須要重啓下客戶端才能使語言修改生效,其它設置相似。ui

②在後臺運行qBittorrent

由於直接運行QB,退出shell窗口的話就會關閉,因此咱們能夠用nohup的方式運行QBspa

nohup qbittorrent-nox &

這樣QB就已經穩定在後臺運行了,即便你關閉shell也不會結束的。debug

③訪問qBittorrent的Web-UI

默認地址: http://IP地址:8080 默認用戶名: admin 默認密碼: adminadmin

記住須要開放防火牆的8080端口和qBittorrent的鏈接端口(默認8999好像)額,能夠在選項中設置!!ip

有問題留言,會再補充!

相關文章
相關標籤/搜索