Re: Linking little-used C library functions?
Re: Linking little-used C library functions?
- Subject: Re: Linking little-used C library functions?
- From: Jens Alfke <email@hidden>
- Date: Sun, 25 May 2014 10:55:33 -0700
On May 25, 2014, at 10:19 AM, William Squires < email@hidden> wrote: I need to import the C library that implements curses.h (if there is one for MacOS X 64 bit) - I'm guessing that, because it's so little used (compared to <stdio.h>, say), that it's not part of the "standard" package you get when you create a new console app. I know one can import a framework (and how to do so) in Xcode, but what about C libraries?
It works exactly the same way. Go to Build Phases in the target editor, flip open Libraries, click the + button, type “curses” to find libcurses, and add it.
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden