mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix(docs): add missing libstdc++-static dependency info (#2077)
This commit is contained in:
parent
8f28a3826b
commit
1961ff1063
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ On Fedora:
|
|||
|
||||
```bash
|
||||
sudo dnf install -y automake boost-devel g++ git cmake libtool ninja-build libzstd-devel \
|
||||
openssl-devel libunwind-devel autoconf-archive patch bison libxml2-devel
|
||||
openssl-devel libunwind-devel autoconf-archive patch bison libxml2-devel libstdc++-static
|
||||
```
|
||||
|
||||
On openSUSE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue