Skip to content

Commit 0557462

Browse files
author
Olivier Poitrey
committed
Merge pull request SDWebImage#174 from jianlin/master
add explanation of where to find the link flag and the header search paths
2 parents ef8bced + e89f27b commit 0557462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,11 @@ If you chose to link against the ARC+MKAnnotation target, click the "+" button a
261261

262262
### Add headers
263263

264-
Open the "Build Settings" tab, locate the "Other Linker Flags" setting and add the "-ObjC" flag:
264+
Open the "Build Settings" tab, in the "Linking" section, locate the "Other Linker Flags" setting and add the "-ObjC" flag:
265265

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

268-
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:
268+
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:
269269

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

0 commit comments

Comments
 (0)