linking xcode with Buddy library

hello

i'm trying to linking buddy library with xcode c++ to use it .. i have dependency problem i do not know way ! i downloaded the library from git then install it using :
cd /Users/deemaalomair/Desktop/buddy-2.4
buddy-2.4./configure
make
make install
libdir= opt/local/lib
includedir= opt/local/include

actually after finished installing the library i did not see it in lib !! i dont understand way
then i opened my xcode project and add #include<bdd.h> and changed the library search path opt/local/lib and header search path to opt/local/include

please help me this driving me crazy !!!
Topic archived. No new replies allowed.