Skip to content

Commit 812849f

Browse files
authored
Missed doc update when putting together 2.17.0 (#554)
1 parent f49a413 commit 812849f

File tree

1 file changed

+13
-34
lines changed

1 file changed

+13
-34
lines changed

topics/README.md

Lines changed: 13 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,25 @@
22

33
## Installation
44

5+
All packages referenced below can be found on our [Artifactory server].
6+
57
### Driver
68

79
Packages are available for the following platforms:
810

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
1617

1718
### Dependencies
1819

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.
3224

3325
The driver can also be [built from source].
3426

@@ -260,20 +252,7 @@ with other drivers. The schedule for these features can be found on [JIRA].
260252
- Schema event registration and notification
261253
- Callback interfaces for load balancing, authentication, reconnection and retry
262254
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
277256
[built from source]: http://datastax.github.io/cpp-driver/topics/building/
278257
[prepared statements]: http://datastax.github.io/cpp-driver/topics/basics/prepared_statements/
279258
[`cass_int32_t`]: http://datastax.github.io/cpp-driver/api/cassandra.h/#cass-int32-t

0 commit comments

Comments
 (0)