We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88a71c commit ce872feCopy full SHA for ce872fe
scripts/install_dependency.sh
@@ -4,7 +4,10 @@ set -eu # Enable error checking and command tracing
4
5
setup_ubuntu() {
6
sudo apt update
7
- sudo apt install -yqq libglib2.0-dev libgoogle-perftools-dev build-essential cmake google-perftools xxhash
+ sudo apt install -yqq build-essential cmake google-perftools xxhash
8
+
9
+ sudo apt install -yqq libglib2.0-dev libunwind-dev
10
+ sudo apt install -yqq libgoogle-perftools-dev
11
}
12
13
setup_centos() {
0 commit comments