Skip to content

Commit

Permalink
Updated install instructions for manual installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sid committed Feb 12, 2021
1 parent 159c6ea commit 84e9b85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84e9b85

Please sign in to comment.