mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
It will clarify the list of dependencies (all at the same place).
@@ -3,6 +3,8 @@ This how-to will guide you though the compilation of qBittorrent and libtorrent-
|
|||||||
== Required dependencies ==
|
== Required dependencies ==
|
||||||
* General required dependencies
|
* General required dependencies
|
||||||
sudo apt-get install libboost-dev libboost-system-dev build-essential
|
sudo apt-get install libboost-dev libboost-system-dev build-essential
|
||||||
|
sudo apt-get install libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev
|
||||||
|
sudo apt-get install git pkg-config automake libtool
|
||||||
|
|
||||||
* Qt4 libraries (optional and only if it exists in your distro's repo)
|
* Qt4 libraries (optional and only if it exists in your distro's repo)
|
||||||
sudo apt-get install libqt4-dev
|
sudo apt-get install libqt4-dev
|
||||||
@@ -24,11 +26,6 @@ This how-to will guide you though the compilation of qBittorrent and libtorrent-
|
|||||||
Right now libtorrent-rasterbar-dev is built from the [https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_1_1 official tar ball 1.1.1] which is incompatible with current qBittorrent.
|
Right now libtorrent-rasterbar-dev is built from the [https://github.com/arvidn/libtorrent/releases/tag/libtorrent-1_1_1 official tar ball 1.1.1] which is incompatible with current qBittorrent.
|
||||||
You have to compile 1.0.10 from the [https://github.com/arvidn/libtorrent repo].
|
You have to compile 1.0.10 from the [https://github.com/arvidn/libtorrent repo].
|
||||||
|
|
||||||
First you'll need some extra dependencies to be installed:
|
|
||||||
sudo apt-get install libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-dev libgeoip-dev
|
|
||||||
And tools:
|
|
||||||
sudo apt-get install git pkg-config automake libtool
|
|
||||||
|
|
||||||
Clone from the repo.
|
Clone from the repo.
|
||||||
sudo git clone https://github.com/arvidn/libtorrent.git
|
sudo git clone https://github.com/arvidn/libtorrent.git
|
||||||
cd libtorrent
|
cd libtorrent
|
||||||
|
|||||||
Reference in New Issue
Block a user