Skip to content

Commit

Permalink
Updates LLVM Support Version
Browse files Browse the repository at this point in the history
Fixes #207
  • Loading branch information
pblca authored and Martin Verzilli committed Mar 9, 2018
1 parent 02f9bfe commit 06b1b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/from_source_repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you want to contribute then you might want to install Crystal from sources.

1. [Install the latest Crystal release](https://crystal-lang.org/docs/installation). To compile Crystal, you need Crystal :).

2. Make sure a supported LLVM version is present in the path. Currently, Crystal supports LLVM 3.8, 3.9 and 4.0. When possible, use the latest one. If you are using Mac and the Homebrew formula, this will be automatically configured for you if you install Crystal adding `--with-llvm` flag.
2. Make sure a supported LLVM version is present in the path. Currently, Crystal supports LLVM 3.8, 3.9, 4.0, and 5.0. When possible, use the latest one. If you are using Mac and the Homebrew formula, this will be automatically configured for you if you install Crystal adding `--with-llvm` flag.

3. Make sure to install [all the required libraries](https://github.com/crystal-lang/crystal/wiki/All-required-libraries). You might also want to read the [contributing guide](https://github.com/crystal-lang/crystal/blob/master/CONTRIBUTING.md).

Expand Down

0 comments on commit 06b1b6c

Please sign in to comment.