diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-03-08 00:39:13 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-03-08 00:39:13 +0100 |
commit | 507feb3ce51d4d12b86c101e2c5bf4bbba441c82 (patch) | |
tree | 0ff608874f0841ffe3a3af96b7bcc19e8cf19b99 /readme.md | |
parent | 91a4b448fdfb1a28e5bd1f1d5785e0308fedcb1a (diff) | |
parent | 7dc8dcb581a2de06472c35868504c7aafe69ca81 (diff) | |
download | Nim-507feb3ce51d4d12b86c101e2c5bf4bbba441c82.tar.gz |
Merge branch 'devel' into faster-nimsuggest
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md index 865724b71..34208eb5e 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Next, to build from source you will need: ``Visual C++`` or ``Intel C++``. It is recommended to use ``gcc`` 3.x or later. * Either ``git`` or ``wget`` to download the needed source repositories. - * The ``build-essentials`` package when using ``gcc`` on Ubuntu (and likely + * The ``build-essential`` package when using ``gcc`` on Ubuntu (and likely other distros as well). Then, if you are on a \*nix system or Windows, the following steps should compile |