From 097276c0bb46709537b2dc29ec09d5e235de6fe6 Mon Sep 17 00:00:00 2001 From: jianlin Date: Sun, 2 Sep 2012 03:28:56 -0700 Subject: [PATCH] add instructions on how to pop out the box for header search paths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ffd2d4bf..ab40d5ded 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ 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 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)