Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 1bdbe7a

Browse files
authored
doc: fix README.md instructions (#97)
1 parent 2d06ffc commit 1bdbe7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
205205
sudo yum install -y centos-release-scl
206206
sudo yum-config-manager --enable rhel-server-rhscl-7-rpms
207207
sudo yum makecache && \
208208
sudo 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)

0 commit comments

Comments
 (0)