Skip to content

Commit 8c35b94

Browse files
Michael Feromikefero
authored andcommitted
doc: Adding driver installation to installation section of README
1 parent 3f7434c commit 8c35b94

1 file changed

Lines changed: 33 additions & 15 deletions

File tree

topics/README.md

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
22

33
## Installation
44

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
86

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]
1527

1628
*Note*: CentOS and Ubuntu use the version of OpenSSL provided with the
1729
distribution.
@@ -245,12 +257,18 @@ with other drivers. The schedule for these features can be found on [JIRA].
245257
- Event registration and notification
246258
- Callback interfaces for load balancing, authentication, reconnection and retry
247259
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/
254272
[built from source]: http://datastax.github.io/cpp-driver/topics/building/
255273
[prepared statements]: http://datastax.github.io/cpp-driver/topics/basics/prepared_statements/
256274
[`cass_int32_t`]: http://datastax.github.io/cpp-driver/api/cassandra.h/#cass-int32-t

0 commit comments

Comments
 (0)