Merge pull request #125 from denisok/add_build_dep

add dependencies for build
pull/128/head
Ibrar Ahmed 2021-11-10 22:31:07 +05:00 committed by GitHub
commit 51a6d38c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.

View File

@ -22,8 +22,9 @@
* [Setup](#setup)
* [Building from source code](#building-from-source)
* [How to contribute](#how-to-contribute)
* [Support, discussions and forums](#support-discussions-and-forums)
* [License](#license)
* [Copyright](#copyright)
* [Copyright notice](#copyright-notice)
## Overview
@ -209,6 +210,13 @@ To learn more about `pg_stat_monitor` features and usage, see [User Guide](https
### 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: