Monday, November 26, 2018

Install CMake in Ubuntu 18.04

CMake is a cross-platform free and open-source software application. Cmake is used to manage the build process of software in compiler-independent method. I am using this software to build VTK and ITK.

Installation Steps :

First of all type
sudo apt update
Then go to https://cmake.org/ website and select the download tab. Next select binary distribution and download Linux x86_64 and then download. Following 3 images shown that.



 run following command to making the file readable, writable and executable by everyone.
chmod +777 cmake-3.13.0-rc3-Linux-x86_64.sh



you can see the color difference before and after this command runs.

Before

After

Then start installation using following command

./cmake-3.13.0-rc3-Linux-x86_64.sh



Read the details and Accept the license


 Again press Y when this dialog appears

No comments:

Post a Comment