Ubuntu/Debian Linux编译Deluge安装
by 神北小毬&R酱 https://npchk.info/deluge-ubuntu-debian/ & https://blog.rhilip.info/archives/754/
前言
安裝編譯libtorrent的工具和依賴
apt update
apt install build-essential libboost-system-dev libboost-python-dev libboost-chrono-dev libboost-random-dev libssl-dev automake libtool wget https://github.com/arvidn/libtorrent/releases/download/libtorrent_1_1_12/libtorrent-rasterbar-1.1.12.tar.gz
tar xf libtorrent-rasterbar-1.1.12.tar.gz
cd libtorrent-rasterbar-1.1.12
./configure --disable-debug --enable-python-binding --with-libiconv
make -j$(nproc)
make install
ldconfig安裝Deluge的工具和依賴
設置開機自啟
創建下載文件夾和設置權限
[嘗鮮] 安裝Deluge2.0正式版
安裝Deluge的工具和依賴
設置開機自啟
創建下載文件夾和設置權限
安装ItConfig


最后更新于