Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ then run
Parcoa builds a static library `libParcoa.a`. The library target is in `Parcoa.xcodeproj`. To link Parcoa with your target:

1. Clone the `Parcoa` github repostiory ```git clone https://github.com/brotchie/Parcoa.git```.
2. Drag `Parcoa.xcodeproj` into your XCode project.
2. Drag `Parcoa.xcodeproj` into your Xcode project.
3. Add `libParcoa.a` (`Parcoa OS X.dylib` on OSX) to `Link Binary With Libraries` on your target's `Build Phases` tab.
4. Ensure `Parcoa (Parcoa)` (`Parcoa OS X (Parcoa)` on OSX) is in `Target Dependencies` on your target's `Build Phases` tab.
5. Add the Parcoa directory as a recursive path to `User Header Search Paths` and set `Always Search User Paths` to `YES` on your target's `Build Settings` tab.
Expand Down