Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update links to include fix for deb packages #5

Merged
merged 1 commit into from Oct 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -42,8 +42,8 @@ $ sudo yum install boost-devel

[source,console]
----
$ wget https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0-0.beta.1.62.el8.x86_64.tar
$ tar xf couchbase-transactions-1.0.0-0.beta.1.62.el8.x86_64.tar
$ wget https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0-0.beta.1.63.el8.x86_64.tar
$ tar xf couchbase-transactions-1.0.0-0.beta.1.63.el8.x86_64.tar
$ sudo yum install couchbase-transactions*.rpm
----

Expand Down
Expand Up @@ -23,9 +23,9 @@ This page features the release notes for that library -- for release notes, down

[source,console]
----
$ wget https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0-0.beta.1.62.el8.x86_64.tar
$ wget https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0-0.beta.1.63.el8.x86_64.tar

$ tar xf couchbase-transactions-1.0.0-0.beta.1.62.el8.x86_64.tar
$ tar xf couchbase-transactions-1.0.0-0.beta.1.63.el8.x86_64.tar

$ sudo yum install couchbase-transactions*.rpm
----
Expand All @@ -34,9 +34,9 @@ $ sudo yum install couchbase-transactions*.rpm

[source,console]
----
$ wget https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0.beta.1~r62-debian10-buster.tar
$ wget https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0.beta.1~r63-debian10-buster.tar

$ tar xf couchbase-transactions-1.0.0.beta.1~r62-debian10-buster.tar
$ tar xf couchbase-transactions-1.0.0.beta.1~r63-debian10-buster.tar

$ sudo apt-get install -y libevent-core-2.1

Expand All @@ -54,10 +54,10 @@ First beta release of 1.0.0
[cols="12,^8,23"]
|===
| Platform | Architecture | File
| Enterprise Linux 7 | x64 | https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0-0.beta.1.62.el7.x86_64.tar[couchbase-transactions-1.0.0-0.beta.1.62.el7.x86_64.tar]
| Enterprise Linux 8 | x64 | https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0-0.beta.1.62.el8.x86_64.tar[couchbase-transactions-1.0.0-0.beta.1.62.el8.x86_64.tar]
| Ubuntu 20.04 (focal) | x64 | https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0.beta.1%7Er62-ubuntu2004-focal.tar[couchbase-transactions-1.0.0.beta.1~r62-ubuntu2004-focal.tar]
| Debian 10 (buster) | x64 | https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0.beta.1%7Er62-debian10-buster.tar[couchbase-transactions-1.0.0.beta.1~r62-debian10-buster.tar]
| Enterprise Linux 7 | x64 | https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0-0.beta.1.63.el7.x86_64.tar[couchbase-transactions-1.0.0-0.beta.1.63.el7.x86_64.tar]
| Enterprise Linux 8 | x64 | https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0-0.beta.1.63.el8.x86_64.tar[couchbase-transactions-1.0.0-0.beta.1.63.el8.x86_64.tar]
| Ubuntu 20.04 (focal) | x64 | https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0.beta.1%7Er63-ubuntu2004-focal.tar[couchbase-transactions-1.0.0.beta.1~r63-ubuntu2004-focal.tar]
| Debian 10 (buster) | x64 | https://sdk-snapshots.couchbase.com/clients/transactions-cxx/couchbase-transactions-1.0.0.beta.1%7Er63-debian10-buster.tar[couchbase-transactions-1.0.0.beta.1~r63-debian10-buster.tar]
|===


Expand Down