Skip to content

Commit ce872fe

Browse files
authored
Fix: reorder install dependency (#76)
1 parent d88a71c commit ce872fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/install_dependency.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ set -eu # Enable error checking and command tracing
44

55
setup_ubuntu() {
66
sudo apt update
7-
sudo apt install -yqq libglib2.0-dev libgoogle-perftools-dev build-essential cmake google-perftools xxhash
7+
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
811
}
912

1013
setup_centos() {

0 commit comments

Comments
 (0)