mirror of
https://github.com/matrix-construct/construct
synced 2024-11-24 07:44:28 +01:00
Add libpng-dev to package pastie.
parent
01f9e97702
commit
d7ae7a99a4
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 boost1.71 build-essential git libbz2-dev libmagic-dev libnss-db libsodium-dev libssl-dev libtool shtool xz-utils libgraphicsmagick1-dev libgraphicsmagick-q16-3 libicu-dev libjemalloc-dev liblz4-dev libzstd-dev librocksdb-dev clang llvm-dev```
|
```autoconf autoconf-archive autoconf2.13 automake autotools-dev boost1.71 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…
Reference in a new issue