aboutsummaryrefslogtreecommitdiff
path: root/objectivec/README.md
diff options
context:
space:
mode:
authorleovitch <leovitch+github@gmail.com>2018-05-29 21:08:00 +0900
committerThomas Van Lenten <thomasvl@google.com>2018-05-29 08:08:00 -0400
commit2804902446bf6f3d7d2a58fad7a053034dfcda84 (patch)
treed73a2621460311decf7323f794f7c7c557d64d98 /objectivec/README.md
parent264e615e8e771b09a10a4da012a3edabea69651d (diff)
downloadprotobuf-2804902446bf6f3d7d2a58fad7a053034dfcda84.tar.gz
protobuf-2804902446bf6f3d7d2a58fad7a053034dfcda84.tar.bz2
protobuf-2804902446bf6f3d7d2a58fad7a053034dfcda84.zip
[ObjC] Add ability to introspect list of enum values (#4678)
Added new API to GPBEnumDescriptor to enable introspection of enum values. Refactored implementation so that this contains a minimum of added code. Clarified comments regarding behavior in the presence of the alias_allowed option. Added unit tests for new functionality and for the alias case.
Diffstat (limited to 'objectivec/README.md')
-rw-r--r--objectivec/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/objectivec/README.md b/objectivec/README.md
index 469a61fb..110e7f55 100644
--- a/objectivec/README.md
+++ b/objectivec/README.md
@@ -20,9 +20,10 @@ The Objective C implementation requires:
Installation
------------
-The full distribution pulled from github includes the sources for both the
-compiler (protoc) and the runtime (this directory). To build the compiler
-and run the runtime tests, you can use:
+The distribution pulled from github includes the sources for both the
+compiler (protoc) and the runtime (this directory). After cloning the distribution
+and needed submodules ([see the src directory's README](../src/README.md)),
+to build the compiler and run the runtime tests, you can use:
$ objectivec/DevTools/full_mac_build.sh