diff --git a/README.md b/README.md index d2d7f875..858ca430 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,10 @@ process. Install development tools and CMake: sudo apt-get install build-essential cmake + +**Note:** On older systems (eg. Ubuntu 14.04) you may run into compilation-issues with `cmake`. Therefore, install the following instead: + + sudo apt-get install build-essential cmake3 Make sure you have Python headers installed: