Merge pull request #45 from gradha/pr_updates_nimrod_version

Updates required nimrod compiler version in readme.
This commit is contained in:
Dominik Picheta 2014-06-25 17:14:25 +01:00
commit edd92a218e

View file

@ -10,15 +10,14 @@ package creation.
## Installation ## Installation
You will need version 0.9.4 of the [Nimrod You will need development version 0.9.5 of the [Nimrod compiler from
compiler](http://nimrod-lang.org/download.html). [Development versions from GitHub](https://github.com/Araq/Nimrod). To run babel you will need to have
GitHub](https://github.com/Araq/Nimrod) will likely work too. To run babel you installed some of the tools it depends on to check out source code. For
will need to have installed some of the tools it depends on to check out source instance, if a package is hosted on [Github](https://github.com) you require to
code. For instance, if a package is hosted on [Github](https://github.com) you have [git](http://www.git-scm.com) installed and added to your environment
require to have [git](http://www.git-scm.com) installed and added to your ``PATH``. Same goes for [Mercurial](http://mercurial.selenic.com) repositories
environment ``PATH``. Same goes for [Mercurial](http://mercurial.selenic.com) on [Bitbucket](https://bitbucket.org). On Windows you will also need [OpenSSL
repositories on [Bitbucket](https://bitbucket.org). On Windows you will also DLLs](https://www.openssl.org) for secure network connections.
need [OpenSSL DLLs](https://www.openssl.org) for secure network connections.
### Unix ### Unix