mirror of https://github.com/citusdata/citus.git
Add uuid-dev to Ubuntu deps in CONTRIBUTING (#4218)
This is needed to compile postgres with --with-uuid=e2fs.pull/4221/head^2
parent
fd40605745
commit
d57bbfd3f9
|
@ -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-11 postgresql-11 \
|
sudo apt-get install -y postgresql-server-dev-11 postgresql-11 \
|
||||||
libreadline-dev libselinux1-dev libxslt-dev \
|
libreadline-dev libselinux1-dev libxslt-dev \
|
||||||
libpam0g-dev git flex make libssl-dev \
|
libpam0g-dev git flex make libssl-dev \
|
||||||
libicu-dev \
|
libicu-dev uuid-dev \
|
||||||
libkrb5-dev libcurl4-gnutls-dev autoconf
|
libkrb5-dev libcurl4-gnutls-dev autoconf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue