mirror of https://github.com/citusdata/citus.git
Update install command to work on Ubuntu 20.04 (#5362)
libxslt-dev was renamed to libxslt1-dev in Ubuntu 20.04. This is also an alias for this package on Ubuntu 18.04, so this new command works there too.pull/5268/head
parent
67dca4363d
commit
b19979fda5
|
@ -50,7 +50,7 @@ why we ask this as well as instructions for how to proceed, see the
|
||||||
sudo apt-get install -y postgresql-server-dev-14 postgresql-14 \
|
sudo apt-get install -y postgresql-server-dev-14 postgresql-14 \
|
||||||
autoconf flex git libcurl4-gnutls-dev libicu-dev \
|
autoconf flex git libcurl4-gnutls-dev libicu-dev \
|
||||||
libkrb5-dev liblz4-dev libpam0g-dev libreadline-dev \
|
libkrb5-dev liblz4-dev libpam0g-dev libreadline-dev \
|
||||||
libselinux1-dev libssl-dev libxslt-dev libzstd-dev \
|
libselinux1-dev libssl-dev libxslt1-dev libzstd-dev \
|
||||||
make uuid-dev
|
make uuid-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue