From 04200de147c2cf1c96d1ad6710b445fcf710b61b Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 30 Sep 2015 00:34:29 +0200 Subject: Update dependencies in the documentation (and fix missing words and typos) --- doc/source/install.rst | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/source/install.rst b/doc/source/install.rst index 6672f4aa..78df333f 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -60,12 +60,19 @@ General Poezio is a python3.4 (and above)-only application, so you will first need that. -You will also need the python3-devel package or equivalent, and make, in order -to compile the poezio C module. Then you can run ``make`` to build it. +Packages required for building poezio and deps: + +- make +- gcc +- libidn and libidn-dev, only if you want to use cython_ (see below) +- python3-devel (or equivalent) +- python3-setuptools + +Then you can run ``make`` to build it the poezio C extension module. If you downloaded the standalone stable package, you are finished here and can skip to :ref:`running poezio `. -Poezio depends on two libraries: +Poezio needs two libraries to run: - aiodns_ - slixmpp_ @@ -74,9 +81,6 @@ Poezio depends on two libraries: .. versionchanged:: 0.9 -Additionally, it needs *python3-setuptools*, which is required for proper python -packaging management. - .. note:: We provide an ``update.sh`` script that creates a virtualenv and downloads all the required and optional dependencies inside it. we recommend using it with the git version of poezio, in order @@ -91,7 +95,7 @@ following dependencies by hand; otherwise, skip to the slixmpp """""""" -Poezio depends on slixmpp, a non-thread fork of the SleekXMPP library. +Poezio depends on slixmpp, a non-threaded fork of the SleekXMPP library. .. code-block:: bash @@ -103,7 +107,7 @@ Poezio depends on slixmpp, a non-thread fork of the SleekXMPP library. aiodns """""" -The aiodns is required in order to properly resolve XMPP domains (with SRV records). +The aiodns library is required in order to properly resolve XMPP domains (with SRV records). .. code-block:: bash -- cgit v1.2.3