From e3ebc9be5ea5b8c543d2472c64bf1b514ee10f93 Mon Sep 17 00:00:00 2001 From: Francisco Pombal Date: Mon, 5 Oct 2020 15:40:22 +0100 Subject: [PATCH] Add note about libtorrent building docs --- Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md b/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md index beee0dc..8fbbe19 100644 --- a/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md +++ b/Compilation:-Windows-(MSVC-2019,-64-bit,-static-linkage).md @@ -93,6 +93,8 @@ cmake --build cmake-build-dir cmake --install cmake-build-dir --prefix C:\some\folder\not\requiring\admin\privileges\libtorrent-install-dir ``` +More information about building `libtorrent` can be found at https://libtorrent.org/building.html#building-with-cmake. Passing `-Ddeveloper-options=ON` to the configure command line will enable advanced build customization options. + # Build qBittorrent Download and extract a `.tar` archive from [the GitHub releases page](https://github.com/qbittorrent/qBittorrent/releases) or clone the repository and checkout the branch/tag of your choice.