diff options
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md index fbaa5fd32..e8afb1a1b 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: ``` |