This video shows how to install molecular dynamics package, Gromacs on Linux along with fftw libraries (fftw 3.3). See below for concise instructions.
cd
mkdir fftw3.3
cd Desktop
wget http://www.fftw.org/fftw-3.3.tar.gz
tar xzvf fftw-3.3.tar.gz
cd fftw-3.3
./configure --prefix=/home/manchu/fftw3.3 --enable-threads --enable-sse2 --enable-shared
make
make install
cd
mkdir gromacs_install
cd Desktop
wget ftp://ftp.gromacs.org/pub/gromacs/gromacs-4.5.5.tar.gz
tar xzvf gromacs-4.5.5.tar.gz
cd gromacs-4.5.5
./configure --prefix=/home/manchu/gromacs_install LDFLAGS=-L/home/manchu/fftw3.3/lib CPPFLAGS=-I/home/manchu/fftw3.3/include --disable-float
make
make install
Executables are in /home/manchu/gromacs/bin
hi bro. thanks for the video. but i am not able to install. after giving "make" -command not found error is coming. please help me out in this
nanirulz 1 month ago
thank u so much. i was struggling so much
beingchap 2 months ago
Thanks So Much! This has been my stumbling block for months -- I'll try it out!
jojohtf 2 months ago
thanks! this video helped me a ton
xkurotenshix 3 months ago