mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
List typical dependencies on apt-based systems
This commit is contained in:
parent
4d26b50c36
commit
e65296e011
29
README.md
29
README.md
@ -88,6 +88,35 @@ of compression libraries that Folly already depends on (namely
|
||||
[lz4](https://github.com/lz4/lz4), [zstd](https://github.com/facebook/zstd)
|
||||
and [liblzma](https://github.com/kobolabs/liblzma)).
|
||||
|
||||
A good starting point for apt-based systems is probably:
|
||||
|
||||
# apt install \
|
||||
clang \
|
||||
cmake \
|
||||
make \
|
||||
pkg-config \
|
||||
binutils-dev \
|
||||
libboost-all-dev \
|
||||
libevent-dev \
|
||||
libdouble-conversion-dev \
|
||||
libgoogle-glog-dev \
|
||||
libgflags-dev \
|
||||
libiberty-dev \
|
||||
liblz4-dev \
|
||||
liblzma-dev \
|
||||
libzstd-dev \
|
||||
libsnappy-dev \
|
||||
libjemalloc-dev \
|
||||
libssl-dev \
|
||||
libunwind-dev \
|
||||
libfmt-dev \
|
||||
libfuse3-dev \
|
||||
libsparsehash-dev \
|
||||
zlib1g-dev
|
||||
|
||||
Building with `clang` is recommended for better optimization, but
|
||||
`g++` will work just fine, too.
|
||||
|
||||
The dependency on [googletest](https://github.com/google/googletest)
|
||||
will be automatically resolved if you build with tests.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user