瀏覽代碼

Fixed openSUSE dependencies in installation.rst

Tested with today's Tumbleweed
Cthulhux 1 年之前
父節點
當前提交
de21d79e3d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/installation.rst

+ 2 - 2
docs/installation.rst

@@ -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