docs: Add openSUSE dependencies installation instructions (#1585)

* Add openSUSE dependencies installation instructions

* Remove libboost_fiber dependency from docs
This commit is contained in:
Muhammad Bin Jamil 2023-07-24 17:47:10 +05:00 committed by GitHub
parent 3bea87e36f
commit 19d39a71a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,14 @@ sudo yum install automake boost-devel g++ git cmake libtool ninja-build libzstd-
openssl-devel libunwind-devel autoconf-archive patch bison libxml2-devel
```
On openSUSE:
```bash
sudo zypper install automake boost-devel gcc-c++ git cmake libtool ninja libzstd-devel \
openssl-devel libunwind-devel autoconf-archive patch bison libxml2-devel \
libboost_context-devel libboost_system-devel
```
## Step 2 - clone the project
```bash