From 823b3c250b3c7da57b11741ffeb401bda2ec0c8b Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 31 Jul 2016 19:42:52 +0200 Subject: [PATCH] Add note about build-essentials package to readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index fbaa5fd320..e8afb1a1bc 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,8 @@ To build from source you will need: are: clang, Visual C++, Intel's C++ compiler * git or wget +**Note:** When installing ``gcc`` on Ubuntu (and likely other distros) ensure that the ``build-essentials`` package is installed also. + If you are on a fairly modern *nix system, the following steps should work: ```