mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add some more information on C dependencies
This commit is contained in:
parent
da8bba89de
commit
4c34a1e62d
1 changed files with 12 additions and 5 deletions
|
|
@ -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::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue