mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-04-04 22:44:24 -04:00
support: added install_deps_ubuntu.sh
convenient way to bootstrap quickly
This commit is contained in:
@@ -104,6 +104,8 @@ like.
|
||||
> sudo apt install -y liblz4-dev
|
||||
> sudo apt install -y libssl-dev
|
||||
|
||||
Or run support/install_deps_ubuntu.sh
|
||||
|
||||
- For CentOS (use EPEL for python3-pip):
|
||||
|
||||
> sudo yum -y install epel-release
|
||||
|
||||
11
support/install_deps_ubuntu.sh
Executable file
11
support/install_deps_ubuntu.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# install script for build dependencies for ubuntu/debian systems
|
||||
|
||||
sudo apt install -y gcc g++ gawk autoconf automake python3-cmarkgfm
|
||||
sudo apt install -y acl libacl1-dev
|
||||
sudo apt install -y attr libattr1-dev
|
||||
sudo apt install -y libxxhash-dev
|
||||
sudo apt install -y libzstd-dev
|
||||
sudo apt install -y liblz4-dev
|
||||
sudo apt install -y libssl-dev
|
||||
Reference in New Issue
Block a user