Off topic:Install cmake-2.8.3 on linux for running Gromacs for molecular dynamics simulations
0
0
Entering edit mode
7.9 years ago

For installing cmake-2.8.3 following the steps below:

1- Download cmake-2.8.3: Run command below:

  $ wget http://www.cmake.org/files/v2.8/cmake-2.8.3.tar.gz

2- unzipping file that you downloaded it:Run command below:

  $ tar xzf cmake-2.8.3.tar.gz

3- run the following code:

   $ cd cmake-2.8.3

4- make a Configuration:Run command below:

    $ ./configure --prefix=/opt/cmake

5- install script to install CMake:

     $ make

6- complete the Installation:Run command below:

       $ make install

7- for install verification run command below:

       $ /opt/cmake/bin/cmake -version

if anythings were OK you will see the script below:

    cmake version 2.8.3
gromacs cmake • 4.2k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 1569 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6