mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 16:26:29 +00:00
update cygwin installation docs
cython is installed with pip later. liblz4 is available from normal cygwin packages now. creation of virtualenv worked now without issues.
This commit is contained in:
parent
9ae1351bec
commit
7231107b5a
1 changed files with 2 additions and 7 deletions
|
@ -187,15 +187,14 @@ Cygwin
|
|||
|
||||
.. note::
|
||||
Running under Cygwin is experimental and has only been tested with Cygwin
|
||||
(x86-64) v2.1.0.
|
||||
(x86-64) v2.5.2.
|
||||
|
||||
Use the Cygwin installer to install the dependencies::
|
||||
|
||||
python3 python3-setuptools
|
||||
python3-cython # not needed for releases
|
||||
binutils gcc-g++
|
||||
libopenssl openssl-devel
|
||||
liblz4_1 liblz4-devel # from cygwinports.org
|
||||
liblz4_1 liblz4-devel
|
||||
git make openssh
|
||||
|
||||
You can then install ``pip`` and ``virtualenv``::
|
||||
|
@ -203,10 +202,6 @@ You can then install ``pip`` and ``virtualenv``::
|
|||
easy_install-3.4 pip
|
||||
pip install virtualenv
|
||||
|
||||
In case the creation of the virtual environment fails, try deleting this file::
|
||||
|
||||
/usr/lib/python3.4/__pycache__/platform.cpython-34.pyc
|
||||
|
||||
|
||||
.. _pip-installation:
|
||||
|
||||
|
|
Loading…
Reference in a new issue