compiler/README.md

26 lines
784 B
Markdown
Raw Normal View History

Learn about the Elm programming language at [elm-lang.org](http://elm-lang.org/).
2014-03-28 07:01:37 +04:00
[![Build Status](https://travis-ci.org/elm-lang/Elm.png)](https://travis-ci.org/elm-lang/Elm)
2014-01-17 23:48:29 +04:00
2013-06-04 05:55:28 +04:00
## Install
Follow [these instructions][installer] if you just want to use Elm. To build
the compiler from source, run the following commands:
2013-12-20 02:04:03 +04:00
[installer]: https://github.com/elm-lang/elm-platform/blob/master/README.md#elm-platform
2013-12-20 02:04:03 +04:00
```bash
git clone https://github.com/elm-lang/Elm.git
cd Elm
cabal configure
cabal build
```
2012-11-03 08:08:07 +04:00
This will build the compiler in `/dist/build/elm/elm` but it will not be on
your PATH.
If you are stuck, email
[the list](https://groups.google.com/forum/?fromgroups#!forum/elm-discuss)
or ask a question in the
[#Elm IRC channel](http://webchat.freenode.net/?channels=elm).