added clarification about the need to have pkg-config installed when building the python bindings. #422

This commit is contained in:
Arvid Norberg 2008-11-19 08:02:07 +00:00
parent 723aba6c24
commit ed604e8652
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ To build the Python bindings do:
python setup.py install
This requires that you have built and install libtorrent first. The setup.py relies
on pkg-config to be installed as well. It invokes pkg-config in order to link
against libtorrent.
building using boost build
--------------------------