|
2 | 2 |
|
3 | 3 | ## Installation |
4 | 4 |
|
5 | | -CentOS, Ubuntu and Windows. Packages for the dependencies, libuv (1.x) and |
6 | | -OpenSSL, are also provided and can be found under the "dependencies" directory |
7 | | -for each platform: |
| 5 | +### Driver |
8 | 6 |
|
9 | | -* [CentOS 6] |
10 | | -* [CentOS 7] |
11 | | -* [Ubuntu 14.04] |
12 | | -* [Ubuntu 16.04] |
13 | | -* [Ubuntu 18.04] |
14 | | -* [Windows] |
| 7 | +Packages are available for the following platforms: |
| 8 | + |
| 9 | +* [CentOS 6][cpp-driver-centos6] |
| 10 | +* [CentOS 7][cpp-driver-centos7] |
| 11 | +* [Ubuntu 14.04 LTS][cpp-driver-ubuntu14-04] |
| 12 | +* [Ubuntu 16.04 LTS][cpp-driver-ubuntu16-04] |
| 13 | +* [Ubuntu 18.04 LTS][cpp-driver-ubuntu18-04] |
| 14 | +* [Windows][cpp-driver-windows] |
| 15 | + |
| 16 | +### Dependencies |
| 17 | + |
| 18 | +Packages for the dependencies, libuv (1.x) and OpenSSL are also provided and |
| 19 | +can be found under the "dependencies" directory for each platform: |
| 20 | + |
| 21 | +* [CentOS 6][cpp-driver-dependencies-centos6] |
| 22 | +* [CentOS 7][cpp-driver-dependencies-centos7] |
| 23 | +* [Ubuntu 14.04 LTS][cpp-driver-dependencies-ubuntu14-04] |
| 24 | +* [Ubuntu 16.04 LTS][cpp-driver-dependencies-ubuntu16-04] |
| 25 | +* [Ubuntu 18.04 LTS][cpp-driver-dependencies-ubuntu18-04] |
| 26 | +* [Windows][cpp-driver-dependencies-windows] |
15 | 27 |
|
16 | 28 | *Note*: CentOS and Ubuntu use the version of OpenSSL provided with the |
17 | 29 | distribution. |
@@ -245,12 +257,18 @@ with other drivers. The schedule for these features can be found on [JIRA]. |
245 | 257 | - Event registration and notification |
246 | 258 | - Callback interfaces for load balancing, authentication, reconnection and retry |
247 | 259 |
|
248 | | -[CentOS 6]: http://downloads.datastax.com/cpp-driver/centos/6/dependencies/ |
249 | | -[CentOS 7]: http://downloads.datastax.com/cpp-driver/centos/7/dependencies/ |
250 | | -[Ubuntu 14.04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/ |
251 | | -[Ubuntu 16.04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies/ |
252 | | -[Ubuntu 18.04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies/ |
253 | | -[Windows]: http://downloads.datastax.com/cpp-driver/windows/dependencies/ |
| 260 | +[cpp-driver-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/cassandra |
| 261 | +[cpp-driver-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/cassandra |
| 262 | +[cpp-driver-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra |
| 263 | +[cpp-driver-ubuntu16-04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/cassandra |
| 264 | +[cpp-driver-ubuntu18-04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/cassandra |
| 265 | +[cpp-driver-windows]: http://downloads.datastax.com/cpp-driver/windows/cassandra |
| 266 | +[cpp-driver-dependencies-centos6]: http://downloads.datastax.com/cpp-driver/centos/6/dependencies/ |
| 267 | +[cpp-driver-dependencies-centos7]: http://downloads.datastax.com/cpp-driver/centos/7/dependencies/ |
| 268 | +[cpp-driver-dependencies-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/ |
| 269 | +[cpp-driver-dependencies-ubuntu16-04]: http://downloads.datastax.com/cpp-driver/ubuntu/16.04/dependencies/ |
| 270 | +[cpp-driver-dependencies-ubuntu14-04]: http://downloads.datastax.com/cpp-driver/ubuntu/18.04/dependencies/ |
| 271 | +[cpp-driver-dependencies-windows]: http://downloads.datastax.com/cpp-driver/windows/dependencies/ |
254 | 272 | [built from source]: http://datastax.github.io/cpp-driver/topics/building/ |
255 | 273 | [prepared statements]: http://datastax.github.io/cpp-driver/topics/basics/prepared_statements/ |
256 | 274 | [`cass_int32_t`]: http://datastax.github.io/cpp-driver/api/cassandra.h/#cass-int32-t |
|
0 commit comments