Olof
Olof

Reputation: 5338

Clang 3.1 on xcode 4.2 (Snow Leopard)

Is it possible to install clang 3.1 on xcode 4.2 (Snow Leopard)?

Upvotes: 3

Views: 707

Answers (2)

trojanfoe
trojanfoe

Reputation: 122381

Yes, try the macports version.

You can also download the binaries, if you can't be bothered to build it.

Upvotes: 2

Michael Dautermann
Michael Dautermann

Reputation: 89509

You can also build and install it yourself.

Instructions can be found here.

I'm not sure if this (or the MacPorts solution... +1 to @trojanfoe) will easily be callable from Xcode though. After moving everything from "/Developer" into & within the Xcode package, I'm thinking Apple is trying to keep Xcode a "walled garden" as well.

Upvotes: 3

Related Questions