mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
fix cygwin requirements (gcc-g++)
This commit is contained in:
parent
42beb2dc92
commit
40dbb7411c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ Use the Cygwin installer to install the dependencies::
|
|||
|
||||
python3 python3-setuptools
|
||||
python3-cython # not needed for releases
|
||||
binutils gcc-core
|
||||
binutils gcc-g++
|
||||
libopenssl openssl-devel
|
||||
liblz4_1 liblz4-devel # from cygwinports.org
|
||||
git make openssh
|
||||
|
|
Loading…
Reference in a new issue