mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 09:47:01 -04:00
build: add nlohmann-json to requirements
This commit is contained in:
parent
96242a3e4f
commit
5fda190d68
@ -33,6 +33,7 @@ RUN pacman -S --noconfirm --needed \
|
||||
fmt \
|
||||
chrono-date \
|
||||
range-v3 \
|
||||
nlohmann-json \
|
||||
jemalloc \
|
||||
double-conversion \
|
||||
lz4 \
|
||||
|
@ -46,6 +46,7 @@ RUN dnf install -y \
|
||||
glog-devel \
|
||||
flac-devel \
|
||||
utf8cpp-devel \
|
||||
json-devel \
|
||||
range-v3-devel
|
||||
RUN pip install mistletoe
|
||||
ARG SCRIPT=build-linux.sh
|
||||
|
@ -69,6 +69,7 @@ RUN apt install -y \
|
||||
libgoogle-glog-dev \
|
||||
libutfcpp-dev \
|
||||
libflac++-dev \
|
||||
nlohmann-json3-dev \
|
||||
python3-mistletoe
|
||||
COPY install-static-libs.sh /usr/local/bin/install-static-libs.sh
|
||||
RUN bash /usr/local/bin/install-static-libs.sh
|
||||
|
@ -58,6 +58,7 @@ RUN apt install -y \
|
||||
libgoogle-glog-dev \
|
||||
libutfcpp-dev \
|
||||
libflac++-dev \
|
||||
nlohmann-json3-dev \
|
||||
python3-mistletoe
|
||||
ARG ARCH
|
||||
# current ronn version is horribly broken
|
||||
|
@ -337,6 +337,7 @@ $ apt install \
|
||||
libgoogle-glog-dev \
|
||||
libutfcpp-dev \
|
||||
libflac++-dev \
|
||||
nlohmann-json3-dev \
|
||||
python3-mistletoe
|
||||
```
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
"libarchive",
|
||||
"libevent",
|
||||
"libflac",
|
||||
"nlohmann-json",
|
||||
"openssl",
|
||||
"pkgconf",
|
||||
"range-v3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user