mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Use correct switch when configuring libtorrent
@@ -30,10 +30,10 @@ If you have to compile it:
|
|||||||
sudo apt-get install libboost-system-dev libssl-dev libgeoip-dev pkg-config
|
sudo apt-get install libboost-system-dev libssl-dev libgeoip-dev pkg-config
|
||||||
|
|
||||||
Now you're ready to compile:
|
Now you're ready to compile:
|
||||||
./configure --disable-debug --prefix=/usr --with-geoip=system && make clean && make
|
./configure --disable-debug --prefix=/usr --with-libgeoip=system && make clean && make
|
||||||
|
|
||||||
if you get a "configure: error: Boost.System library not found.", try:
|
if you get a "configure: error: Boost.System library not found.", try:
|
||||||
./configure --disable-debug --prefix=/usr --with-geoip=system --with-boost-libdir=/usr/lib/i386-linux-gnu && make clean && make
|
./configure --disable-debug --prefix=/usr --with-libgeoip=system --with-boost-libdir=/usr/lib/i386-linux-gnu && make clean && make
|
||||||
|
|
||||||
Then you can install libtorrent using the following commands:
|
Then you can install libtorrent using the following commands:
|
||||||
sudo make uninstall
|
sudo make uninstall
|
||||||
|
|||||||
Reference in New Issue
Block a user