Updates a few details in Contributing.md

* Adds installation of `mitmproxy`. I was getting this error from running regression tests:
```
Can't exec "mitmdump": No such file or directory at /home/glediszeneli/citus/src/test/regress/pg_regress_multi.pl line 215.
```
* Calls `install-all` in the setup. Without `install-all` the `mutli-extension` regression test failed.
pull/5695/head
gledis69 2022-02-07 18:34:39 +03:00
parent f68ac4a7cf
commit ed107835cb
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ why we ask this as well as instructions for how to proceed, see the
cd citus cd citus
./configure ./configure
make make
make install make install install-all
cd src/test/regress cd src/test/regress
make check make check
``` ```
@ -51,7 +51,7 @@ why we ask this as well as instructions for how to proceed, see the
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 libxslt1-dev libzstd-dev \ libselinux1-dev libssl-dev libxslt1-dev libzstd-dev \
make uuid-dev make uuid-dev mitmproxy
``` ```
2. Get, build, and test the code 2. Get, build, and test the code