Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 13 additions & 34 deletions topics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,25 @@

## Installation

All packages referenced below can be found on our [Artifactory server].

### Driver

Packages are available for the following platforms:

* [CentOS 6][cpp-driver-centos6]
* [CentOS 7][cpp-driver-centos7]
* [CentOS 8][cpp-driver-centos8]
* [Ubuntu 14.04 LTS][cpp-driver-ubuntu14-04]
* [Ubuntu 16.04 LTS][cpp-driver-ubuntu16-04]
* [Ubuntu 18.04 LTS][cpp-driver-ubuntu18-04]
* [Windows][cpp-driver-windows]
* CentOS 7
* Rocky Linux 8.8
* Rocky Linux 9.2
* Ubuntu 20.04
* Ubuntu 22.04
* Windows

### Dependencies

Packages for the dependencies, libuv (1.x), OpenSSL, and zlib are also provided
and can be found under the "dependencies" directory for each platform:

* [CentOS 6][cpp-driver-dependencies-centos6]
* [CentOS 7][cpp-driver-dependencies-centos7]
* [CentOS 8][cpp-driver-dependencies-centos8]
* [Ubuntu 14.04 LTS][cpp-driver-dependencies-ubuntu14-04]
* [Ubuntu 16.04 LTS][cpp-driver-dependencies-ubuntu16-04]
* [Ubuntu 18.04 LTS][cpp-driver-dependencies-ubuntu18-04]
* [Windows][cpp-driver-dependencies-windows]

*Note*: CentOS and Ubuntu use the version of OpenSSL and zlib provided with the
distribution.
Packages for the various dependencies of the driver can be found in the
`dependencies` directory for each platform. We do not provide dependencies
for Ubuntu since the default packages provided by newer versions of
Ubuntu can be used by the driver.

The driver can also be [built from source].

Expand Down Expand Up @@ -260,20 +252,7 @@ with other drivers. The schedule for these features can be found on [JIRA].
- Schema event registration and notification
- Callback interfaces for load balancing, authentication, reconnection and retry

[cpp-driver-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/cassandra
[cpp-driver-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/cassandra
[cpp-driver-centos8]: http://downloads.datastax.com/cpp-driver/centos/8/cassandra
[cpp-driver-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra
[cpp-driver-ubuntu16-04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/cassandra
[cpp-driver-ubuntu18-04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/cassandra
[cpp-driver-windows]: http://downloads.datastax.com/cpp-driver/windows/cassandra
[cpp-driver-dependencies-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/dependencies/
[cpp-driver-dependencies-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/dependencies/
[cpp-driver-dependencies-centos8]: http://downloads.datastax.com/cpp-driver/centos/8/dependencies/
[cpp-driver-dependencies-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/
[cpp-driver-dependencies-ubuntu16-04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies/
[cpp-driver-dependencies-ubuntu18-04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies/
[cpp-driver-dependencies-windows]: http://downloads.datastax.com/cpp-driver/windows/dependencies/
[Artifactory server]: https://datastax.jfrog.io/artifactory/cpp-php-drivers/cpp-driver/builds
[built from source]: http://datastax.github.io/cpp-driver/topics/building/
[prepared statements]: http://datastax.github.io/cpp-driver/topics/basics/prepared_statements/
[`cass_int32_t`]: http://datastax.github.io/cpp-driver/api/cassandra.h/#cass-int32-t
Expand Down