Remove duplicate "libboost-system-dev"

WagnerGMD 2017-08-11 02:49:05 +00:00
parent 02c3cb57c6
commit 31021ca25a

@ -3,7 +3,7 @@ This how-to will guide you though the compilation of qBittorrent and libtorrent-
== Required dependencies ==
* General required dependencies
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 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)