diff --git a/docs/python_binding.rst b/docs/python_binding.rst index 1f96b84fb..3cb5f1782 100644 --- a/docs/python_binding.rst +++ b/docs/python_binding.rst @@ -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 --------------------------