-
Notifications
You must be signed in to change notification settings - Fork 890
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minimum Cmake version in BuildSource.md
Signed-off-by: Vincent Dechenaux <[email protected]>
- Loading branch information
1 parent
74a2e5a
commit f38c6f0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ See the Releases tab for the latest release. | |
environment (header files) (e.g., `postgresql-server-dev-16` package | ||
for Linux, Postgres.app for MacOS) | ||
- C compiler (e.g., gcc or clang) | ||
- [CMake](https://cmake.org/) version 3.4 or greater | ||
- [CMake](https://cmake.org/) version 3.15 or greater | ||
|
||
```bash | ||
git clone [email protected]:timescale/timescaledb.git | ||
|
@@ -45,7 +45,7 @@ See the Releases tab for the latest release. | |
- A standard [PostgreSQL 14, 15 or 16 64-bit installation](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows) | ||
- OpenSSL for Windows | ||
- Microsoft Visual Studio 2017 with CMake and Git components | ||
- OR Visual Studio 2015/2016 with [CMake](https://cmake.org/) version 3.4 or greater and Git | ||
- OR Visual Studio 2015/2016 with [CMake](https://cmake.org/) version 3.15 or greater and Git | ||
- Make sure all relevant binaries are in your PATH: `pg_config` and `cmake` | ||
|
||
If using Visual Studio 2017 with the CMake and Git components, you | ||
|