This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new ba6f61e0 Add additional environment prerequisites (#2054)
ba6f61e0 is described below
commit ba6f61e0d0194e54b9fa7d0bcf22e3f7322c5575
Author: Cancai Cai <[email protected]>
AuthorDate: Thu Jan 25 23:50:41 2024 +0800
Add additional environment prerequisites (#2054)
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 7bc80f2a..bd0a6798 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