commit
51a6d38c45
|
@ -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.
|
||||
|
||||
|
|
10
README.md
10
README.md
|
@ -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:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue