Add some more information on C dependencies

This commit is contained in:
Markus Unterwaditzer 2015-01-13 23:34:10 +01:00
parent da8bba89de
commit 4c34a1e62d

View file

@ -37,10 +37,17 @@ Manual installation
------------------- -------------------
If your distribution doesn't provide a package for vdirsyncer, you still can If your distribution doesn't provide a package for vdirsyncer, you still can
use Python's package manager "pip". First, you'll have to check that a use Python's package manager "pip". First, you'll have to check that the
compatible version of Python (2.7+ or 3.3+) and the corresponding pip package following things are installed:
are installed. On Linux systems, using the distro's package manager is the best
way to do this. - A compatible version of Python (2.7+ or 3.3+) and the corresponding pip package
- ``libxml`` and ``libxslt``
- ``zlib``
On Linux systems, using the distro's package manager is the best
way to do this, for example, using Ubuntu::
sudo apt-get install libxml2 libxslt1.1 zlib1g python
The easiest way to install vdirsyncer at this point would be to run:: The easiest way to install vdirsyncer at this point would be to run::