If I want to compile a c source file that uses libxml, how do I setup libxml on mac osx so that my source file will just compile correctly and be ready to run?
I have been using XCode until now, but have switched to TextMate & Terminal, Do I need to create a makefile if I want to use libxml or how will this work?
Thanks
EDIT:
I use the current imports
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>
locate xmlmemory.h-- then copy the root folder location, paste it after-Ito include the root folder.