add dependencies for build

pull/125/head
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 * git
* make * 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. Refer to the [Building from source code](https://github.com/percona/pg_stat_monitor#installing-from-source-code) section for guidelines.

View File

@ -22,8 +22,9 @@
* [Setup](#setup) * [Setup](#setup)
* [Building from source code](#building-from-source) * [Building from source code](#building-from-source)
* [How to contribute](#how-to-contribute) * [How to contribute](#how-to-contribute)
* [Support, discussions and forums](#support-discussions-and-forums)
* [License](#license) * [License](#license)
* [Copyright](#copyright) * [Copyright notice](#copyright-notice)
## Overview ## Overview
@ -209,6 +210,13 @@ To learn more about `pg_stat_monitor` features and usage, see [User Guide](https
### Building from source ### Building from source
To build `pg_stat_monitor` from source code, you require the following:
* git
* make
* gcc
* pg_config
You can download the source code of the latest release of `pg_stat_monitor` from [the releases page on GitHub](https://github.com/Percona/pg_stat_monitor/releases) or using git: You can download the source code of the latest release of `pg_stat_monitor` from [the releases page on GitHub](https://github.com/Percona/pg_stat_monitor/releases) or using git: