- Notifications
You must be signed in to change notification settings - Fork0
The F# Compiler, Core Library & Tools (F# Software Foundation Repository)
License
MIT, MIT licenses found
Licenses found
Pateldisolution/fsharp-1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the F# compiler, core library and core tools (open source edition). It uses the Apache 2.0 license.
Themaster branch is for the latest version of F# (currently F# 3.0).
To bootstrap the compiler, binaries built from an earlier version of this project are used.
Requires mono 2.9 or higher. Prefer Mono 3.0.
On OSX, requires automake 2.69. To install fromhomebrew:
brew install automakeTo build and install on non-MacOS systems:
./autogen.shmakesudo make installOn MacOS (OSX), use a prefix to your version of Mono:
./autogen.sh --prefix=/Library/Frameworks/Mono.framework/Versions/Current/makesudo make installTo build the FSharp.Core.dll forMono for Android, use:
make do-2-1You can also build using xbuild:
cd srcxbuild fsharp-build.projthough we haven't verified the binaries produced this way are 100% usable.
Uses bootstrapping libraries, tools and F# compiler. Thelib/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.
F# original powerpack sources are available fromfsharppowerpack.codeplex.com.
About
The F# Compiler, Core Library & Tools (F# Software Foundation Repository)
Resources
License
MIT, MIT licenses found
Licenses found
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- F#98.9%
- C#0.5%
- OCaml0.2%
- HTML0.2%
- Makefile0.1%
- Shell0.1%