This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -195,19 +195,19 @@ sudo dnf install -y cmake gcc-c++ git make openssl-devel pkgconfig \
195195[ kokoro-readme-centos-7-shield ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/common/readme/centos-7.svg
196196[ kokoro-readme-centos-7-link ] : https://storage.googleapis.com/cloud-cpp-kokoro-status/common/readme/centos-7-link.html
197197
198- First install the development tools and OpenSSL.
199- The development tools distributed with CentOS (notably CMake) are too old to
200- build ` google-cloud-cpp-common ` . In these instructions, we use ` cmake3 `
201- obtained from [ Software Collections] ( https://www.softwarecollections.org/ ) .
198+ Install the development tools and OpenSSL. The development tools distributed
199+ with CentOS (notably CMake) are too old to build the
200+ ` google-cloud-cpp-common ` project. We recommend you install cmake3 from
201+ [ Software Collections] ( https://www.softwarecollections.org/ ) .
202202
203203``` bash
204- rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
204+ sudo rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
205205sudo yum install -y centos-release-scl
206206sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
207207sudo yum makecache && \
208208sudo yum install -y automake cmake3 curl-devel gcc gcc-c++ git libtool \
209209 make openssl-devel pkgconfig tar wget which zlib-devel
210- ln -sf /usr/bin/cmake3 /usr/bin/cmake && ln -sf /usr/bin/ctest3 /usr/bin/ctest
210+ sudo ln -sf /usr/bin/cmake3 /usr/bin/cmake && sudo ln -sf /usr/bin/ctest3 /usr/bin/ctest
211211```
212212
213213### Debian (10 - Buster)
You can’t perform that action at this time.
0 commit comments