Skip to content

Commit

Permalink
SNOW-956662 update readme with gcc version requirement notes (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dszmolka authored Dec 1, 2023
1 parent de1358e commit 76bda64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To build the Snowflake PHP PDO Driver, the following software must be installed:
- On Windows: Visual Studio
- On Linux:

- gcc 5.2 or higher
- gcc 5.2 or higher. **Note**: on certain OS (e.g. Centos 7) the preinstalled gcc/libstdc++ version is below the required minimum. For Centos 7, this is 4.8.5, which is below the requirement. Building and using the PHP PDO driver might be unsuccessful on such OS's until the prerequisite is fulfilled, i.e. libraries upgraded to at least the minimum version.
- cmake 2.8 or higher

- On macOS:
Expand Down

0 comments on commit 76bda64

Please sign in to comment.