Skip to content

Commit

Permalink
Update readme to reference C++ link requirement; issue facebookarchiv…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimon Tsinteris committed Apr 28, 2014
1 parent ff1438b commit ba584d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pop is available on [CocoaPods](http://cocoapods.org). Just add the following to
```ruby
pod 'pop'
```
Alternatively, you can add the project to your workspace and adopt the provided configuration files or manually copy the files under the pop subdirectory into your project.
Alternatively, you can add the project to your workspace and adopt the provided configuration files or manually copy the files under the pop subdirectory into your project. If installing manually, ensure the C++ standard library is also linked by including `-lc++` to your project linker flags.

## Usage

Expand Down

0 comments on commit ba584d9

Please sign in to comment.