mirror of
https://github.com/logos-storage/bittorrent-codex-docs.git
synced 2026-01-04 14:03:10 +00:00
1.1 KiB
1.1 KiB
| tags | link | source | related-to | |||
|---|---|---|---|---|---|---|
|
http://www.libtorrent.org/ | https://github.com/arvidn/libtorrent |
|
#bittorrent
| link | http://www.libtorrent.org/ |
|---|---|
| source | https://github.com/arvidn/libtorrent |
| related-to | Deluge (BitTorrent), qBittorrent |
Open Source BitTorrent library.
Languages:
Building
I have followed the instructions from https://www.libtorrent.org/building.html. I've followed sections building from git, building with boost build, and then immediately Step 4: Installing libtorrent. Documentation not really clear - hard to see the logical order.
Building steps:
git clone --recurse-submodules https://github.com/arvidn/libtorrent.git
sudo apt install libboost-tools-dev libboost-dev libboost-system-dev
echo "using gcc ;" >>~/user-config.jam
b2 crypto=openssl cxxstd=14 release
sudo b2 install --prefix=/usr/local
