Skip to content

Commit

Permalink
fix: update instruction how to build from the source for ubuntu (#4103)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorysTheDev authored Nov 10, 2024
1 parent be96e6c commit ab86d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ On Debian/Ubuntu:

```bash
sudo apt install ninja-build libunwind-dev libboost-fiber-dev libssl-dev \
autoconf-archive libtool cmake g++ libzstd-dev bison libxml2-dev
autoconf-archive libtool cmake g++ libzstd-dev bison libxml2-dev zlib1g-dev
```

On Fedora:
Expand Down

0 comments on commit ab86d35

Please sign in to comment.