From 2804902446bf6f3d7d2a58fad7a053034dfcda84 Mon Sep 17 00:00:00 2001 From: leovitch Date: Tue, 29 May 2018 21:08:00 +0900 Subject: [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. --- objectivec/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'objectivec/README.md') 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 -- cgit v1.2.3