added clarification about the need to have pkg-config installed when building the python bindings. #422
This commit is contained in:
parent
723aba6c24
commit
ed604e8652
|
@ -32,6 +32,10 @@ To build the Python bindings do:
|
||||||
|
|
||||||
python setup.py install
|
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
|
building using boost build
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Loading…
Reference in New Issue