Skip to content

Commit c54e4ff

Browse files
committed
add dev env install
1 parent 42ead1b commit c54e4ff

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/install_dependency.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,13 @@ install_zstd() {
223223
popd > /dev/null
224224
}
225225

226+
install_dev() {
227+
log_info "Installing development dependencies..."
228+
sudo apt install -yqq libglib2.0-dev libunwind-dev
229+
sudo apt install -yqq libgoogle-perftools-dev clang-tidy
230+
bash ./setup-hook.sh
231+
}
232+
226233
# Main installation logic
227234
main() {
228235
# Detect OS and setup basic dependencies

0 commit comments

Comments
 (0)