mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
Update installation.rst
Moved..
This commit is contained in:
parent
de21d79e3d
commit
a0f23f97e1
1 changed files with 2 additions and 2 deletions
|
@ -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 xxhash-devel \
|
||||
libacl-devel openssl-devel xxhash-devel libzstd-devel liblz4-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++ libzstd-devel liblz4-devel
|
||||
python3-sphinx_rtd_theme gcc gcc-c++
|
||||
sudo zypper install python3-llfuse # llfuse
|
||||
|
||||
macOS
|
||||
|
|
Loading…
Reference in a new issue