Update list of dependencies

This commit is contained in:
Marcus Holland-Moritz 2023-07-09 16:52:22 +02:00
parent d33fae9e3c
commit 6fe8b393a8

View File

@ -177,8 +177,12 @@ A good starting point for apt-based systems is probably:
``` ```
$ apt install \ $ apt install \
gcc \
g++ \ g++ \
clang \ clang \
git \
ccache \
ninja-build \
cmake \ cmake \
make \ make \
bison \ bison \
@ -187,26 +191,33 @@ $ apt install \
fuse3 \ fuse3 \
pkg-config \ pkg-config \
binutils-dev \ binutils-dev \
libacl1-dev \
libarchive-dev \ libarchive-dev \
libbenchmark-dev \
libboost-chrono-dev \
libboost-context-dev \ libboost-context-dev \
libboost-filesystem-dev \ libboost-filesystem-dev \
libboost-iostreams-dev \
libboost-program-options-dev \ libboost-program-options-dev \
libboost-python-dev \ libboost-python-dev \
libboost-regex-dev \ libboost-regex-dev \
libboost-system-dev \ libboost-system-dev \
libboost-thread-dev \ libboost-thread-dev \
libbrotli-dev \
libevent-dev \ libevent-dev \
libjemalloc-dev \ libjemalloc-dev \
libdouble-conversion-dev \ libdouble-conversion-dev \
libiberty-dev \ libiberty-dev \
liblz4-dev \ liblz4-dev \
liblzma-dev \ liblzma-dev \
libmagic-dev \
libssl-dev \ libssl-dev \
libunwind-dev \ libunwind-dev \
libdwarf-dev \ libdwarf-dev \
libelf-dev \ libelf-dev \
libfmt-dev \ libfmt-dev \
libfuse3-dev \ libfuse3-dev \
libutfcpp-dev \
libgoogle-glog-dev libgoogle-glog-dev
``` ```