diff options
author | Jose <jose@zeroc.com> | 2021-06-17 17:00:32 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2021-06-17 17:00:32 +0200 |
commit | 034ef42d6f4e298843eb8d87b1857a26cfcd7a7e (patch) | |
tree | 0e15ff6ce94d3c59e28d886c63f275a215aedcf6 | |
parent | Add Xcode builder to build requirements - Close #1285 (diff) | |
download | ice-3.7.6-rc2.tar.bz2 ice-3.7.6-rc2.tar.xz ice-3.7.6-rc2.zip |
Fix typov3.7.6-rc2
-rw-r--r-- | cpp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/README.md b/cpp/README.md index 2598c3d950c..677aa941801 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -209,7 +209,7 @@ make CONFIGS=cpp11-shared -j8 The build system supports building Xcode SDKs for Ice. These SDKs allow you to easily develop Ice applications with Xcode. To build Xcode SDKs, use the `xcodesdk` configurations. The [Ice Builder for Xcode][13] must be installed before building -the SDKs.: +the SDKs: ``` make CONFIGS=xcodesdk -j8 srcs # Build the C++98 mapping Xcode SDK make CONFIGS=cpp11-xcodesdk -j8 srcs # Build the C++11 mapping Xcode SDK |