Skip to content

Commit 84e9b85

Browse files
authored
Updated install instructions for manual installation.
1 parent 159c6ea commit 84e9b85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ Note that GTX is being added to `+setUp` method, not the instance method
7373
`-setUp` since GTX must only be installed once (for a given test run).
7474
7575
To add GTXiLib to your project use the xcodeproj file in this project or
76-
[cocoapods](https://cocoapods.org/pods/GTXiLib).
76+
[cocoapods](https://cocoapods.org/pods/GTXiLib). Note that when linking directly
77+
using the xcodeproj file you must also link to the [C++ protobuf library](https://github.com/protocolbuffers/protobuf/tree/master/src) and reference
78+
headers under "GTXiLib > Build Settings > Header Search Paths".
7779
7880
## Incremental Accessibility
7981

0 commit comments

Comments
 (0)