Added instructions for cmake3
- Updated Linux64 instructions for older systems where cmake(2.8) might be causing compilation issues. - Using cmake3 may likely address issues (in certain scenarios)
This commit is contained in:
parent
32f1eae9cb
commit
c85612f464
@ -232,6 +232,10 @@ Install development tools and CMake:
|
|||||||
|
|
||||||
sudo apt-get install build-essential 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:
|
Make sure you have Python headers installed:
|
||||||
|
|
||||||
sudo apt-get install python-dev python3-dev
|
sudo apt-get install python-dev python3-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user