UmVirt LFS Package info
DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
libtorrent-rasterbar
libtorrent is a feature complete C++ bittorrent implementation focusing on efficiency and scalability.Package info
Template:
Codename: libtorrent-rasterbar
Source file: libtorrent-rasterbar-2.0.11.tar.gz
Source file size: 4635957
Source file MD5-checkum: dc497b6bb4de4304694fd9ed87257466
Source directory: libtorrent-rasterbar-2.0.11
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libtorrent-rasterbar-2.0.11.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/l/libtorrent-rasterbar-2.0.11.tar.gz.md5sum
Dependances: cmake, boost.
Dependance of: qbittorrent.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build
cmake -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_CXX_STANDARD=17 \
-D CMAKE_BUILD_TYPE=Release \
-W no-dev ..
Build script:
cd build
ninja
Install script:
cd build
ninja install