|
2 | 2 |
|
3 | 3 | ## Installation
|
4 | 4 |
|
| 5 | +All packages referenced below can be found on our [Artifactory server]. |
| 6 | + |
5 | 7 | ### Driver
|
6 | 8 |
|
7 | 9 | Packages are available for the following platforms:
|
8 | 10 |
|
9 |
| -* [CentOS 6][cpp-driver-centos6] |
10 |
| -* [CentOS 7][cpp-driver-centos7] |
11 |
| -* [CentOS 8][cpp-driver-centos8] |
12 |
| -* [Ubuntu 14.04 LTS][cpp-driver-ubuntu14-04] |
13 |
| -* [Ubuntu 16.04 LTS][cpp-driver-ubuntu16-04] |
14 |
| -* [Ubuntu 18.04 LTS][cpp-driver-ubuntu18-04] |
15 |
| -* [Windows][cpp-driver-windows] |
| 11 | +* CentOS 7 |
| 12 | +* Rocky Linux 8.8 |
| 13 | +* Rocky Linux 9.2 |
| 14 | +* Ubuntu 20.04 |
| 15 | +* Ubuntu 22.04 |
| 16 | +* Windows |
16 | 17 |
|
17 | 18 | ### Dependencies
|
18 | 19 |
|
19 |
| -Packages for the dependencies, libuv (1.x), OpenSSL, and zlib are also provided |
20 |
| -and can be found under the "dependencies" directory for each platform: |
21 |
| - |
22 |
| -* [CentOS 6][cpp-driver-dependencies-centos6] |
23 |
| -* [CentOS 7][cpp-driver-dependencies-centos7] |
24 |
| -* [CentOS 8][cpp-driver-dependencies-centos8] |
25 |
| -* [Ubuntu 14.04 LTS][cpp-driver-dependencies-ubuntu14-04] |
26 |
| -* [Ubuntu 16.04 LTS][cpp-driver-dependencies-ubuntu16-04] |
27 |
| -* [Ubuntu 18.04 LTS][cpp-driver-dependencies-ubuntu18-04] |
28 |
| -* [Windows][cpp-driver-dependencies-windows] |
29 |
| - |
30 |
| -*Note*: CentOS and Ubuntu use the version of OpenSSL and zlib provided with the |
31 |
| -distribution. |
| 20 | +Packages for the various dependencies of the driver can be found in the |
| 21 | +`dependencies` directory for each platform. We do not provide dependencies |
| 22 | +for Ubuntu since the default packages provided by newer versions of |
| 23 | +Ubuntu can be used by the driver. |
32 | 24 |
|
33 | 25 | The driver can also be [built from source].
|
34 | 26 |
|
@@ -260,20 +252,7 @@ with other drivers. The schedule for these features can be found on [JIRA].
|
260 | 252 | - Schema event registration and notification
|
261 | 253 | - Callback interfaces for load balancing, authentication, reconnection and retry
|
262 | 254 |
|
263 |
| -[cpp-driver-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/cassandra |
264 |
| -[cpp-driver-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/cassandra |
265 |
| -[cpp-driver-centos8]: http://downloads.datastax.com/cpp-driver/centos/8/cassandra |
266 |
| -[cpp-driver-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra |
267 |
| -[cpp-driver-ubuntu16-04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/cassandra |
268 |
| -[cpp-driver-ubuntu18-04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/cassandra |
269 |
| -[cpp-driver-windows]: http://downloads.datastax.com/cpp-driver/windows/cassandra |
270 |
| -[cpp-driver-dependencies-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/dependencies/ |
271 |
| -[cpp-driver-dependencies-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/dependencies/ |
272 |
| -[cpp-driver-dependencies-centos8]: http://downloads.datastax.com/cpp-driver/centos/8/dependencies/ |
273 |
| -[cpp-driver-dependencies-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/ |
274 |
| -[cpp-driver-dependencies-ubuntu16-04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies/ |
275 |
| -[cpp-driver-dependencies-ubuntu18-04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies/ |
276 |
| -[cpp-driver-dependencies-windows]: http://downloads.datastax.com/cpp-driver/windows/dependencies/ |
| 255 | +[Artifactory server]: https://datastax.jfrog.io/artifactory/cpp-php-drivers/cpp-driver/builds |
277 | 256 | [built from source]: http://datastax.github.io/cpp-driver/topics/building/
|
278 | 257 | [prepared statements]: http://datastax.github.io/cpp-driver/topics/basics/prepared_statements/
|
279 | 258 | [`cass_int32_t`]: http://datastax.github.io/cpp-driver/api/cassandra.h/#cass-int32-t
|
|
0 commit comments