|
1 | 1 | # Installing google-cloud-cpp |
2 | 2 |
|
3 | | -<!-- Automaticatically generated by ci/test-readme --> |
| 3 | +<!-- Automaticatically generated by ./ci/test-readme --> |
4 | 4 |
|
5 | 5 | By default google-cloud-cpp libraries download and compile all their |
6 | 6 | dependencies ([see below](#required-libraries) for a complete list). This makes |
@@ -247,9 +247,9 @@ all the Google Cloud C++ client libraries: |
247 | 247 |
|
248 | 248 | ```bash |
249 | 249 | cd $HOME/Downloads |
250 | | -wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \ |
251 | | - tar -xf v0.18.0.tar.gz && \ |
252 | | - cd google-cloud-cpp-common-0.18.0 && \ |
| 250 | +wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \ |
| 251 | + tar -xf v0.19.0.tar.gz && \ |
| 252 | + cd google-cloud-cpp-common-0.19.0 && \ |
253 | 253 | cmake -H. -Bcmake-out \ |
254 | 254 | -DBUILD_TESTING=OFF \ |
255 | 255 | -DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \ |
@@ -357,9 +357,9 @@ all the Google Cloud C++ client libraries: |
357 | 357 |
|
358 | 358 | ```bash |
359 | 359 | cd $HOME/Downloads |
360 | | -wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \ |
361 | | - tar -xf v0.18.0.tar.gz && \ |
362 | | - cd google-cloud-cpp-common-0.18.0 && \ |
| 360 | +wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \ |
| 361 | + tar -xf v0.19.0.tar.gz && \ |
| 362 | + cd google-cloud-cpp-common-0.19.0 && \ |
363 | 363 | cmake -H. -Bcmake-out \ |
364 | 364 | -DBUILD_TESTING=OFF \ |
365 | 365 | -DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \ |
@@ -516,9 +516,9 @@ all the Google Cloud C++ client libraries: |
516 | 516 |
|
517 | 517 | ```bash |
518 | 518 | cd $HOME/Downloads |
519 | | -wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \ |
520 | | - tar -xf v0.18.0.tar.gz && \ |
521 | | - cd google-cloud-cpp-common-0.18.0 && \ |
| 519 | +wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \ |
| 520 | + tar -xf v0.19.0.tar.gz && \ |
| 521 | + cd google-cloud-cpp-common-0.19.0 && \ |
522 | 522 | cmake -H. -Bcmake-out \ |
523 | 523 | -DBUILD_TESTING=OFF \ |
524 | 524 | -DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \ |
@@ -647,9 +647,9 @@ all the Google Cloud C++ client libraries: |
647 | 647 |
|
648 | 648 | ```bash |
649 | 649 | cd $HOME/Downloads |
650 | | -wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \ |
651 | | - tar -xf v0.18.0.tar.gz && \ |
652 | | - cd google-cloud-cpp-common-0.18.0 && \ |
| 650 | +wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \ |
| 651 | + tar -xf v0.19.0.tar.gz && \ |
| 652 | + cd google-cloud-cpp-common-0.19.0 && \ |
653 | 653 | cmake -H. -Bcmake-out \ |
654 | 654 | -DBUILD_TESTING=OFF \ |
655 | 655 | -DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \ |
@@ -793,9 +793,9 @@ all the Google Cloud C++ client libraries: |
793 | 793 |
|
794 | 794 | ```bash |
795 | 795 | cd $HOME/Downloads |
796 | | -wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \ |
797 | | - tar -xf v0.18.0.tar.gz && \ |
798 | | - cd google-cloud-cpp-common-0.18.0 && \ |
| 796 | +wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \ |
| 797 | + tar -xf v0.19.0.tar.gz && \ |
| 798 | + cd google-cloud-cpp-common-0.19.0 && \ |
799 | 799 | cmake -H. -Bcmake-out \ |
800 | 800 | -DBUILD_TESTING=OFF \ |
801 | 801 | -DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \ |
@@ -931,9 +931,9 @@ all the Google Cloud C++ client libraries: |
931 | 931 |
|
932 | 932 | ```bash |
933 | 933 | cd $HOME/Downloads |
934 | | -wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \ |
935 | | - tar -xf v0.18.0.tar.gz && \ |
936 | | - cd google-cloud-cpp-common-0.18.0 && \ |
| 934 | +wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \ |
| 935 | + tar -xf v0.19.0.tar.gz && \ |
| 936 | + cd google-cloud-cpp-common-0.19.0 && \ |
937 | 937 | cmake -H. -Bcmake-out \ |
938 | 938 | -DBUILD_TESTING=OFF \ |
939 | 939 | -DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \ |
@@ -1095,9 +1095,9 @@ all the Google Cloud C++ client libraries: |
1095 | 1095 |
|
1096 | 1096 | ```bash |
1097 | 1097 | cd $HOME/Downloads |
1098 | | -wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.18.0.tar.gz && \ |
1099 | | - tar -xf v0.18.0.tar.gz && \ |
1100 | | - cd google-cloud-cpp-common-0.18.0 && \ |
| 1098 | +wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \ |
| 1099 | + tar -xf v0.19.0.tar.gz && \ |
| 1100 | + cd google-cloud-cpp-common-0.19.0 && \ |
1101 | 1101 | cmake -H. -Bcmake-out \ |
1102 | 1102 | -DBUILD_TESTING=OFF \ |
1103 | 1103 | -DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \ |
|
0 commit comments