We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ead1b commit c54e4ffCopy full SHA for c54e4ff
1 file changed
scripts/install_dependency.sh
@@ -223,6 +223,13 @@ install_zstd() {
223
popd > /dev/null
224
}
225
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
+
233
# Main installation logic
234
main() {
235
# Detect OS and setup basic dependencies
0 commit comments