I want to use libdict, a C library I downloaded from the internet, in an iPhone application. Is this possible? I know how to include frameworks in a project but I am not sure how to include a library. The download comes with a bunch of files ending in .c, .h, and ".c,v" and ".h,v". The example code it comes with uses -ldict in the Makefile, but it won't compile.
Do I need to install these files on my mac? If so, how would I do that? Or is it possible to only include the files in the project in question?
Thanks.
Do I need to install these files on my mac? If so, how would I do that? Or is it possible to only include the files in the project in question?
Thanks.