i want to install gromacs on Sentos 6.5 x86_64.
Basic installation in the linux like ubuntu goes like this
tar xfz gromacs-4.6.1.tar.gz
cd gromacs-4.6.1
mkdir build
cd build
cmake .. -DGMX_BUILD_OWN_FFTW=ON
make
sudo make install
I am used to steps above but when i tried "cmake .. -DGMX_BUILD_OWN_FFTW=ON" on sentos
I got "bash: cmake: command not found"
Please help me in installing gromacs on centos.