Skip to content

Commit

Permalink
Fix: reorder install dependency (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
haochengxia authored Jul 15, 2024
1 parent d88a71c commit ce872fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/install_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ set -eu # Enable error checking and command tracing

setup_ubuntu() {
sudo apt update
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

sudo apt install -yqq libglib2.0-dev libunwind-dev
sudo apt install -yqq libgoogle-perftools-dev
}

setup_centos() {
Expand Down

0 comments on commit ce872fe

Please sign in to comment.