From ba6f61e0d0194e54b9fa7d0bcf22e3f7322c5575 Mon Sep 17 00:00:00 2001 From: Cancai Cai <77189278+caicancai@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:50:41 +0800 Subject: [PATCH] Add additional environment prerequisites (#2054) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7bc80f2adca..bd0a6798996 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ sudo bash cmake.sh --skip-license --prefix=/usr # enable gcc and make in devtoolset-11 source /opt/rh/devtoolset-11/enable +# openSUSE / SUSE Linux Enterprise +sudo zypper install -y gcc11 gcc11-c++ make wget git autoconf automake python3 curl cmake + +# Arch Linux +sudo pacman -Sy --noconfirm autoconf automake python3 git wget which cmake make gcc + # macOS brew install git cmake autoconf automake libtool openssl # please link openssl by force if it still cannot be found after installing