Commit 534e0910 authored by yangjian's avatar yangjian

fix bug: add microhttpd library

parent 2c4dac7b
......@@ -467,7 +467,8 @@ check_install_oai_software() {
openssl \
zlib1g-dev \
xxd \
libyaml-cpp-dev
libyaml-cpp-dev \
libmicrohttpd-dev
elif [[ "$OS_BASEDISTRO" == "fedora" ]]; then
if [[ "$OS_DISTRO" == "rhel" ]] || [[ "$OS_DISTRO" == "centos" ]] || [[ "$OS_DISTRO" == "rocky" ]]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment