Re:
Re:
- Subject: Re:
- From: Jens Alfke <email@hidden>
- Date: Thu, 10 Jul 2014 09:23:56 -0700
On Jul 10, 2014, at 6:45 AM, S. Whales <email@hidden> wrote:
> WebRTC's preferred building tools on the mac platform are gyp/ninja. All the examples for status bar applications i have seen are done with XCode - is it possible to
> - do one without XCode
> - or convert an existing minmal XCode project for building with ninja.
Sure, it’s possible to build stuff using command-line tools like clang, ld, etc. But it’s a lot harder than using Xcode.
But it doesn’t matter how WebRTC itself is built — the end product should be some sort of library. Just build that library (using gyp or whatever), and then add the library to an Xcode project.
—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
References: | |
| >[no subject] (From: "S. Whales" <email@hidden>) |