Add note about build-essentials package to readme

This commit is contained in:
Dominik Picheta
2016-07-31 19:42:52 +02:00
committed by GitHub
parent 12c996a3d8
commit 823b3c250b

View File

@@ -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:
```