From 028bfe13ab82ec111e7b5142d9fa6a52990ef88f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 10 Nov 2023 02:45:21 +0800 Subject: [PATCH] Update macos.sh --- scripts/install/macos.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install/macos.sh b/scripts/install/macos.sh index 25418911a..6d0043ce2 100755 --- a/scripts/install/macos.sh +++ b/scripts/install/macos.sh @@ -22,10 +22,11 @@ if [ "$?" != "0" ];then brew install mysql fi + +brew install libzip bzip2 gcc openssl re2c cmake +brew install librdkafka brew install coreutils libxml2 xml2 brew install md5sum libevent pidof bison -brew install libzip bzip2 gcc openssl re2c cmake - if [ ! -d $DEV/server/mdserver-web ]; then wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master