mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
docs: Add openSUSE dependencies installation instructions (#1585)
* Add openSUSE dependencies installation instructions * Remove libboost_fiber dependency from docs
This commit is contained in:
parent
3bea87e36f
commit
19d39a71a3
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue