chore: fix build on FreeBSD (#4412)

* chore: build on FreeBSD

* docs

* older helio
This commit is contained in:
Shahar Mike 2025-01-07 15:05:50 +02:00 committed by GitHub
parent e8f43d6858
commit ec6ac23ebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 3 deletions

View file

@ -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