After the recent announcement that the F# compiler source was available under the apache license I decided I'd like to have a go at building the compiler from source. However, I fell at the first post as there seems to be a missing file “Microsoft.FSharp-proto.Targets”. Is this the same “Microsoft.FSharp-proto.Targets” that is available in “Microsoft F#, August 2010 Community Technology Preview”? What other steps are necessary to build the compiler. Will the F# team be providing a script that “just works” to build the compiler?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I haven't run these yet (PC configuration problems?), but there's a detailed set of instructions in the source distribution at These instructions are a little different to the ones @desco wrote that relate to the previous CTP. |
|||
|
|
Not so long ago before this announcement I've written about building compiler from sources supplied with F# CTP (F#: Building compiler from sources.). Hope nothing was changed since that time. |
|||
|
|
I just downloaded and successfully compiled F# so I thought I'd add an update.
Install NUnit first if you want to compile the unit tests.
|
|||
|
|