mirror of
https://github.com/matrix-construct/construct
synced 2025-02-16 08:40:11 +01:00
libboost
parent
90bb8c7d09
commit
b709e8a215
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -3,7 +3,7 @@
|
||||||
1. **Fetch dependencies**
|
1. **Fetch dependencies**
|
||||||
|
|
||||||
- Ubuntu Cosmic (18.10) through Focal (20.04):
|
- Ubuntu Cosmic (18.10) through Focal (20.04):
|
||||||
```autoconf autoconf-archive autoconf2.13 automake autotools-dev libboost1.71-dev build-essential git libbz2-dev libmagic-dev libnss-db libsodium-dev libssl-dev libtool shtool xz-utils libgraphicsmagick1-dev libgraphicsmagick-q16-3 libpng-dev libicu-dev libjemalloc-dev liblz4-dev libzstd-dev librocksdb-dev clang llvm-dev```
|
```autoconf autoconf-archive autoconf2.13 automake autotools-dev libboost1.71-all-dev build-essential git libbz2-dev libmagic-dev libnss-db libsodium-dev libssl-dev libtool shtool xz-utils libgraphicsmagick1-dev libgraphicsmagick-q16-3 libpng-dev libicu-dev libjemalloc-dev liblz4-dev libzstd-dev librocksdb-dev clang llvm-dev```
|
||||||
|
|
||||||
❗ THE COMPLETE SOURCE-CODE OF ROCKSDB MUST BE AVAILABLE TO BUILD CONSTRUCT. This is different from the `include/` and `lib/` files installed by your distribution's package system. Most platforms do not have to build the source, but it must be available.
|
❗ THE COMPLETE SOURCE-CODE OF ROCKSDB MUST BE AVAILABLE TO BUILD CONSTRUCT. This is different from the `include/` and `lib/` files installed by your distribution's package system. Most platforms do not have to build the source, but it must be available.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue