Re: Xcode 7 command line tools
Re: Xcode 7 command line tools
- Subject: Re: Xcode 7 command line tools
- From: Marco S Hyman <email@hidden>
- Date: Wed, 28 Oct 2015 11:45:07 -0700
On Oct 28, 2015, at 1:28 AM, Erik Colson <email@hidden> wrote:
>
>
> i.e. I needed to launch the command to get zlib.h installed in
> /usr/include.
zlib.h is under /Applications/Xcode.app/Contents/Developer/...
There are several versions depending upon the SDK bing used.
find /Applications/Xcode.app/ -name zlib.h -print
will show them to you. /usr/include does not exist on current OS X
releases.
_______________________________________________
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