How to add shared lib to PB?
How to add shared lib to PB?
- Subject: How to add shared lib to PB?
- From: Todd Blanchard <email@hidden>
- Date: Tue, 12 Jun 2001 11:44:55 -0700
I've got an opensource shared library that builds and installs in
/usr/local/lib/foo.dylib
I want to use it in an application or framework
I can't for the life of me figure out how to:
1) Add the library to my project as something to link against
2) Browse to /usr using the Finder or standard file selector
3) Add the files in /usr/local/include/foo as header files to use in PB
What am I missing here? This should be simple.
-Todd Blanchard