From de21d79e3dfc17a2ca346f6fbf0186a37a4f68fa Mon Sep 17 00:00:00 2001 From: Cthulhux Date: Thu, 6 Jun 2024 22:32:41 +0200 Subject: [PATCH 1/2] Fixed openSUSE dependencies in installation.rst Tested with today's Tumbleweed --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index ceb4dfb98..076cebbe0 100644 --- a/docs/installation.rst +++ b/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 From a0f23f97e1b4db173fa47b0a46f5888c277f45f5 Mon Sep 17 00:00:00 2001 From: Cthulhux Date: Fri, 7 Jun 2024 03:40:17 +0200 Subject: [PATCH 2/2] Update installation.rst Moved.. --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 076cebbe0..fcc12ffd5 100644 --- a/docs/installation.rst +++ b/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 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