diff --git a/README.md b/README.md index d2d7f875..c30a6413 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,11 @@ Install development tools and CMake: sudo apt-get install build-essential cmake +**Note:** On older systems (e.g. 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: sudo apt-get install python-dev python3-dev