We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231b239 commit 411c478Copy full SHA for 411c478
INSTALL.md
@@ -104,6 +104,8 @@ like.
104
> sudo apt install -y liblz4-dev
105
> sudo apt install -y libssl-dev
106
107
+Or run support/install_deps_ubuntu.sh
108
+
109
- For CentOS (use EPEL for python3-pip):
110
111
> sudo yum -y install epel-release
support/install_deps_ubuntu.sh
@@ -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