Adding install-all comment to all OS-es

pull/5695/head
gledis69 2022-02-11 14:17:22 +03:00
parent 4c2a0f0aa0
commit 49c594a550
1 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,8 @@ why we ask this as well as instructions for how to proceed, see the
./configure ./configure
make make
make install make install
# Optionally, you might instead want to use `sudo make install-all`
# since `multi_extension` regression test would fail due to missing downgrade scripts.
cd src/test/regress cd src/test/regress
make check make check
``` ```
@ -63,7 +65,7 @@ why we ask this as well as instructions for how to proceed, see the
make make
sudo make install sudo make install
# Optionally, you might instead want to use `sudo make install-all` # Optionally, you might instead want to use `sudo make install-all`
# since `multi_extension` test would fail due to missing downgrade scripts. # since `multi_extension` regression test would fail due to missing downgrade scripts.
cd src/test/regress cd src/test/regress
make check make check
``` ```
@ -106,6 +108,8 @@ why we ask this as well as instructions for how to proceed, see the
PG_CONFIG=/usr/pgsql-14/bin/pg_config ./configure PG_CONFIG=/usr/pgsql-14/bin/pg_config ./configure
make make
sudo make install sudo make install
# Optionally, you might instead want to use `sudo make install-all`
# since `multi_extension` regression test would fail due to missing downgrade scripts.
cd src/test/regress cd src/test/regress
make check make check
``` ```
@ -127,6 +131,8 @@ cd build
cmake .. cmake ..
make -j5 make -j5
sudo make install sudo make install
# Optionally, you might instead want to use `sudo make install-all`
# since `multi_extension` regression test would fail due to missing downgrade scripts.
cd ../.. cd ../..
git clone https://github.com/citusdata/tools.git git clone https://github.com/citusdata/tools.git