mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +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::
|
.. note::
|
||||||
Running under Cygwin is experimental and has only been tested with Cygwin
|
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::
|
Use the Cygwin installer to install the dependencies::
|
||||||
|
|
||||||
python3 python3-setuptools
|
python3 python3-setuptools
|
||||||
python3-cython # not needed for releases
|
|
||||||
binutils gcc-g++
|
binutils gcc-g++
|
||||||
libopenssl openssl-devel
|
libopenssl openssl-devel
|
||||||
liblz4_1 liblz4-devel # from cygwinports.org
|
liblz4_1 liblz4-devel
|
||||||
git make openssh
|
git make openssh
|
||||||
|
|
||||||
You can then install ``pip`` and ``virtualenv``::
|
You can then install ``pip`` and ``virtualenv``::
|
||||||
|
@ -203,10 +202,6 @@ You can then install ``pip`` and ``virtualenv``::
|
||||||
easy_install-3.4 pip
|
easy_install-3.4 pip
|
||||||
pip install virtualenv
|
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:
|
.. _pip-installation:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue