mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
add dependencies for build
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -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:
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user