add dependencies for build

This commit is contained in:
Denys Kondratenko
2021-10-29 23:20:54 +02:00
parent 693838c979
commit 5b5979c0aa
2 changed files with 11 additions and 1 deletions

View File

@@ -64,6 +64,8 @@ To build `pg_stat_monitor` from source code, you require the following:
* git
* make
* gcc
* pg_config
Refer to the [Building from source code](https://github.com/percona/pg_stat_monitor#installing-from-source-code) section for guidelines.