Skip to content

Commit 411c478

Browse files
committed
support: added install_deps_ubuntu.sh
convenient way to bootstrap quickly
1 parent 231b239 commit 411c478

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

INSTALL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ like.
104104
> sudo apt install -y liblz4-dev
105105
> sudo apt install -y libssl-dev
106106
107+
Or run support/install_deps_ubuntu.sh
108+
107109
- For CentOS (use EPEL for python3-pip):
108110

109111
> sudo yum -y install epel-release

support/install_deps_ubuntu.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
3+
# install script for build dependencies for ubuntu/debian systems
4+
5+
sudo apt install -y gcc g++ gawk autoconf automake python3-cmarkgfm
6+
sudo apt install -y acl libacl1-dev
7+
sudo apt install -y attr libattr1-dev
8+
sudo apt install -y libxxhash-dev
9+
sudo apt install -y libzstd-dev
10+
sudo apt install -y liblz4-dev
11+
sudo apt install -y libssl-dev

0 commit comments

Comments
 (0)