Skip to content

maddeya/fsharp

 
 

Repository files navigation

This is the F# compiler and core library for Mono, based on the F# Powerpack code drop
under the OSS approved Apache 2.0 license.

The build follows the cli\2.0 and cli\4.0 configuration on the original *.fsproj files included in
the F# Powerpack code drop, in terms of flags and defines.

To bootstrap the compiler, binaries built on VS2010 are used, as the official binaries
fail to build due to a possible tail call bug on Mono.

This build is based on F# Powerpack r54075

F# original powerpack sources are available from http://fsharppowerpack.codeplex.com/

======= REQUIREMENTS =======

Requires mono 2.9 or higher.

Requires bootstrapping libraries, tools and f# compiler. The lib/bootstrap/X.0 directories contain
mono-built libraries, compiler and tools that can be used to bootstrap a build. You can also supply
your own via the --with-bootstrap option.

======= BUILDING =======

To build, run ./autogen.sh, then make in the usual way.

About

The F# Compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published