diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-11-17 12:43:11 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-11-17 12:43:11 -0500 |
commit | 57bfc59de2f7b120debbc7a5f6c70dfcf58e1149 (patch) | |
tree | 40abb97e51d3c59763e76dadb081500229dfb772 /cpp/BuildInstructionsLinux.md | |
parent | Clarified third-party text (diff) | |
download | ice-57bfc59de2f7b120debbc7a5f6c70dfcf58e1149.tar.bz2 ice-57bfc59de2f7b120debbc7a5f6c70dfcf58e1149.tar.xz ice-57bfc59de2f7b120debbc7a5f6c70dfcf58e1149.zip |
Removed lmdb-devel from SLES12
Diffstat (limited to 'cpp/BuildInstructionsLinux.md')
-rw-r--r-- | cpp/BuildInstructionsLinux.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/BuildInstructionsLinux.md b/cpp/BuildInstructionsLinux.md index ed3f125bfd7..182554d7ec0 100644 --- a/cpp/BuildInstructionsLinux.md +++ b/cpp/BuildInstructionsLinux.md @@ -49,7 +49,7 @@ that do not include them. You can install these packages as shown below: sudo rpm --import GPG-KEY-zeroc-release cd /etc/yum.repos.d sudo wget https://dev.zeroc.com/rpm/thirdparty/zeroc-thirdparty-sles12.repo - sudo yum install lmdb-devel mcpp-devel + sudo yum install mcpp-devel ## Building Ice |