diff options
Diffstat (limited to 'cpp/README.md')
-rw-r--r-- | cpp/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/README.md b/cpp/README.md index 8b6ced7c0b6..e9fc356bcd0 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -177,7 +177,7 @@ where the C++ compiler can automatically find the header and library files, you need to set `ICE_HOME` ``` -make ICE_HOME=/opt/Ice-3.7.5 ICE_BIN_DIST=all +make ICE_HOME=/opt/Ice-3.8.0 ICE_BIN_DIST=all ``` ### Build configurations and platforms @@ -555,7 +555,7 @@ If everything worked out, you should see lots of `ok` messages. In case of a failure, the tests abort with `failed`. [1]: https://zeroc.com/downloads/ice -[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-5 +[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-8-0 [3]: https://github.com/zeroc-ice/bzip2 [4]: https://libexpat.github.io [5]: https://symas.com/lightning-memory-mapped-database/ |