Skip to content

Commit

Permalink
Merge pull request #175 from jianlin/master
Browse files Browse the repository at this point in the history
add instructions
  • Loading branch information
Olivier Poitrey committed Sep 2, 2012
2 parents 0557462 + e728b29 commit eaca957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@ Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linke

![Other Linker Flags](http://dl.dropbox.com/u/123346/SDWebImage/10_other_linker_flags.jpg)

In the "Search Paths" section, locate "Header Search Paths" (and not "User Header Search Paths") and add two settings: ”$(TARGET_BUILD_DIR)/usr/local/lib/include” and ”$(OBJROOT)/UninstalledProducts/include”. Make sure to include the quotes here:
In the "Search Paths" section, locate "Header Search Paths" (and not "User Header Search Paths") and add two settings: `”$(TARGET_BUILD_DIR)/usr/local/lib/include”` and `”$(OBJROOT)/UninstalledProducts/include”`. Double click on the <Multiple values> to pop out the box and click on the "+" icon to add each of them. Make sure to include the quotes here:

![User Header Search Paths](http://dl.dropbox.com/u/123346/SDWebImage/11_user_header_search_paths.jpg)

### Import headers in your source files

In the source files where you need to use the library, use ``#import <SDWebImage/HeaderFileName.h>``:
In the source files where you need to use the library, import the header file:

```objective-c
#import <SDWebImage/UIImageView+WebCache.h>
Expand Down

0 comments on commit eaca957

Please sign in to comment.