diff options
author | Jose <jose@zeroc.com> | 2017-07-10 23:38:38 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-07-10 23:38:38 +0200 |
commit | 50265faa88cf0f71e51d22f336daaaa37b5355e0 (patch) | |
tree | b3c9a34af479e335f30fab80c0b519eebbf5de47 /cpp/BuildInstructionsLinux.md | |
parent | Fix (ICE-8253) - gradle deprecation warning (diff) | |
download | ice-50265faa88cf0f71e51d22f336daaaa37b5355e0.tar.bz2 ice-50265faa88cf0f71e51d22f336daaaa37b5355e0.tar.xz ice-50265faa88cf0f71e51d22f336daaaa37b5355e0.zip |
ICE-8256 - bogus SLES12 C++ instructions
Diffstat (limited to 'cpp/BuildInstructionsLinux.md')
-rw-r--r-- | cpp/BuildInstructionsLinux.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/BuildInstructionsLinux.md b/cpp/BuildInstructionsLinux.md index 5859871bae5..4ff2bc4ee93 100644 --- a/cpp/BuildInstructionsLinux.md +++ b/cpp/BuildInstructionsLinux.md @@ -32,27 +32,27 @@ that do not include them. You can install these packages as shown below: #### Amazon Linux ``` - wget https://zeroc.com/download/GPG-KEY-zeroc-release - sudo rpm --import GPG-KEY-zeroc-release + wget https://zeroc.com/download/GPG-KEY-zeroc-release-B6391CB2CFBA643D + sudo rpm --import GPG-KEY-zeroc-release-B6391CB2CFBA643D cd /etc/yum.repos.d sudo wget https://dev.zeroc.com/rpm/thirdparty/zeroc-thirdparty-amzn1.repo sudo yum install lmdb-devel mcpp-devel ``` #### RHEL 7 ``` - wget https://zeroc.com/download/GPG-KEY-zeroc-release - sudo rpm --import GPG-KEY-zeroc-release + wget https://zeroc.com/download/GPG-KEY-zeroc-release-B6391CB2CFBA643D + sudo rpm --import GPG-KEY-zeroc-release-B6391CB2CFBA643D cd /etc/yum.repos.d sudo wget https://dev.zeroc.com/rpm/thirdparty/zeroc-thirdparty-el7.repo sudo yum install lmdb-devel mcpp-devel ``` #### SLES 12 ``` - wget https://zeroc.com/download/GPG-KEY-zeroc-release - sudo rpm --import GPG-KEY-zeroc-release - cd /etc/yum.repos.d + wget https://zeroc.com/download/GPG-KEY-zeroc-release-B6391CB2CFBA643D + sudo rpm --import GPG-KEY-zeroc-release-B6391CB2CFBA643D sudo wget https://dev.zeroc.com/rpm/thirdparty/zeroc-thirdparty-sles12.repo - sudo yum install mcpp-devel + sudo zypper ar -f --repo zeroc-thirdparty-sles12.repo + sudo zypper install mcpp-devel ``` In addition, on Ubuntu and Debian distributions where the Ice for Bluetooth plug-in is supported, you will need to install these packages if you want to |