1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-07 23:18:43 +00:00

Fixed openSUSE dependencies in installation.rst

Tested with today's Tumbleweed
This commit is contained in:
Cthulhux 2024-06-06 22:32:41 +02:00 committed by GitHub
parent 1f7cc48320
commit de21d79e3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,10 +236,10 @@ Install the dependencies automatically using zypper::
Alternatively, you can enumerate all build dependencies in the command line::
sudo zypper install python3 python3-devel \
libacl-devel openssl-devel libxxhash-devel \
libacl-devel openssl-devel xxhash-devel \
python3-Cython python3-Sphinx python3-msgpack-python python3-pkgconfig pkgconf \
python3-pytest python3-setuptools python3-setuptools_scm \
python3-sphinx_rtd_theme gcc gcc-c++
python3-sphinx_rtd_theme gcc gcc-c++ libzstd-devel liblz4-devel
sudo zypper install python3-llfuse # llfuse
macOS