From ed604e86529c65a66a890c5e04c6f2481089f9cd Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 19 Nov 2008 08:02:07 +0000 Subject: [PATCH] added clarification about the need to have pkg-config installed when building the python bindings. #422 --- docs/python_binding.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 --------------------------