diff options
author | Austin Henriksen <austin@zeroc.com> | 2020-08-18 16:54:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 16:54:07 -0400 |
commit | 6fd81b2fc4621124cdd005cf9b871dc43e731d04 (patch) | |
tree | 1e2ca0d96755a3ef206a649b84823fdddf8535e2 /cpp | |
parent | Updates Windows build to OpenSSL 1.1.1g (diff) | |
download | ice-6fd81b2fc4621124cdd005cf9b871dc43e731d04.tar.bz2 ice-6fd81b2fc4621124cdd005cf9b871dc43e731d04.tar.xz ice-6fd81b2fc4621124cdd005cf9b871dc43e731d04.zip |
Fixed package name typo in C++ build instructions
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/README.md b/cpp/README.md index 3f82881422f..054f7dc0a54 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -66,7 +66,7 @@ bzip2 and bzip2-devel are included in the [IBM AIX Toolbox for Linux Application ZeroC provide RPM packages for expat, LDMB and mcpp. You can install these packages as shown below: ``` -sudo yum install https://zeroc.com/download/ice/3.7/aix7.2/ice-repo.3.7.aix7.2.noarch.rpm +sudo yum install https://zeroc.com/download/ice/3.7/aix7.2/ice-repo-3.7.aix7.2.noarch.rpm sudo yum install expat-devel lmdb-devel mcpp-devel ``` @@ -82,17 +82,17 @@ that do not include them. You can install these packages as shown below: ##### Amazon Linux 2 ``` -sudo yum install https://zeroc.com/download/ice/3.7/amzn2/ice-repo.3.7.amzn2.noarch.rpm +sudo yum install https://zeroc.com/download/ice/3.7/amzn2/ice-repo-3.7.amzn2.noarch.rpm sudo yum install lmdb-devel mcpp-devel ``` ##### RHEL 8 ``` -sudo yum install https://zeroc.com/download/ice/3.7/el8/ice-repo.3.7.el8.noarch.rpm +sudo yum install https://zeroc.com/download/ice/3.7/el8/ice-repo-3.7.el8.noarch.rpm sudo yum install lmdb-devel mcpp-devel ``` ##### RHEL 7 ``` -sudo yum install https://zeroc.com/download/ice/3.7/el7/ice-repo.3.7.el7.noarch.rpm +sudo yum install https://zeroc.com/download/ice/3.7/el7/ice-repo-3.7.el7.noarch.rpm sudo yum install lmdb-devel mcpp-devel ``` ##### SLES 12 |