mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore: fix build on FreeBSD (#4412)
* chore: build on FreeBSD * docs * older helio
This commit is contained in:
parent
e8f43d6858
commit
ec6ac23ebc
4 changed files with 11 additions and 3 deletions
|
@ -34,6 +34,12 @@ sudo zypper install automake boost-devel gcc-c++ git cmake libtool ninja libzstd
|
|||
libboost_context-devel libboost_system-devel
|
||||
```
|
||||
|
||||
On FreeBSD:
|
||||
|
||||
```bash
|
||||
pkg install -y git bash cmake ninja libunwind boost-libs autoconf automake libtool gmake bison
|
||||
```
|
||||
|
||||
## Step 2 - clone the project
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue