]> granicus.if.org Git - icinga2/blobdiff - INSTALL.md
Implement ScheduledDowntime::AllConfigIsLoaded()
[icinga2] / INSTALL.md
index 044ea507da3f2f19e03bf36199e08d16235a9542..e0573e0ec324a8105a106ee37d31449ec252c4fe 100644 (file)
@@ -7,7 +7,7 @@ of operating systems.
 Please check the documentation in the [doc/](doc/) directory for a current list
 of available packages and detailed installation instructions.
 
-The online documentation is available on [icinga.com/docs](https://www.icinga.com/docs/)
+The online documentation is available on [icinga.com/docs](https://icinga.com/docs/)
 and will guide you step by step.
 
 There are a number of known caveats when installing from source such as
@@ -193,7 +193,7 @@ The following settings can be tuned for the PostgreSQL IDO feature.
 
 - `ICINGA2_WITH_PGSQL`: Determines whether the PostgreSQL IDO module is built; defaults to `ON`
 - `PostgreSQL_INCLUDE_DIR`: Top-level directory containing the PostgreSQL include directories
-- `PostgreSQL_LIBRARY_DIR`: Top-level directory containing the PostgreSQL libraries
+- `PostgreSQL_LIBRARY`: File path to PostgreSQL library : libpq.so (or libpq.so.[ver] file)
 
 See [FindMySQL.cmake](third-party/cmake/FindPostgreSQL.cmake) for the implementation.