From 099dbbfec2db47e9436be88413e8c7e7f82c33ea Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Tue, 31 Dec 2013 15:47:23 +0100 Subject: [PATCH] Adds note about babel runtime dependencies. --- readme.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index a18c05f..d5ebec5 100644 --- a/readme.markdown +++ b/readme.markdown @@ -7,7 +7,13 @@ language](http://nimrod-lang.org). You will need the latest [Nimrod compiler from github](https://github.com/Araq/Nimrod) to compile babel (version 0.9.2 may -work). +work). To run babel you will need to have installed some of the tools it +depends on to check out source code. For instance, if a package is hosted on +[Github](https://github.com) you require to have [git](http://www.git-scm.com) +installed and added to your environment ``PATH``. Same goes for +[Mercurial](http://mercurial.selenic.com) repositories on +[Bitbucket](https://bitbucket.org). On Windows you will also need [OpenSSL +DLLs](https://www.openssl.org) for secure network connections. ### Unix