From 84e9b855d0b3de0b98cd20dc41c4dfdca898a087 Mon Sep 17 00:00:00 2001 From: SidJ <7937756+j-sid@users.noreply.github.com> Date: Fri, 12 Feb 2021 12:04:16 -0800 Subject: [PATCH] Updated install instructions for manual installation. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c541e..ccbfeb3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,9 @@ Note that GTX is being added to `+setUp` method, not the instance method `-setUp` since GTX must only be installed once (for a given test run). To add GTXiLib to your project use the xcodeproj file in this project or -[cocoapods](https://cocoapods.org/pods/GTXiLib). +[cocoapods](https://cocoapods.org/pods/GTXiLib). Note that when linking directly +using the xcodeproj file you must also link to the [C++ protobuf library](https://github.com/protocolbuffers/protobuf/tree/master/src) and reference +headers under "GTXiLib > Build Settings > Header Search Paths". ## Incremental Accessibility