include installation instructions in build documentation

This commit is contained in:
arvidn 2018-10-15 09:55:05 +02:00 committed by Arvid Norberg
parent f0ea99ab88
commit 5bf8e15894
1 changed files with 9 additions and 0 deletions

View File

@ -411,6 +411,15 @@ __ https://boostorg.github.io/build/manual/develop/index.html
__ https://boostorg.github.io/build/manual/develop/index.html#bbv2.overview.builtins.features
Step 4: Installing libtorrent
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To install libtorrent run ``b2`` with the ``install`` target::
b2 install --prefix=/usr/local
Change the value of the ``--prefix`` argument to install it in a different location.
building with cmake
-------------------