(K)ubuntu 8.04

  • Use Adept and install these packages: g++, make, libqt4-gui, libqt4-dev, libqwt5-qt4, libqwt5qt4-dev.

  • Download GromacsGUI.

  • Extract files.

  • Go to gui_withplotting directory.

  • Edit the bold lines of grogui.pro file to be like this:

DEPENDPATH += . \
include \
src \
ui \
**/usr/include/qwt-qt4**

INCLUDEPATH += . \
include \
ui \
**/usr/include/qwt-qt4**

CONFIG += release
QT += qt3support
LIBS += **-lqwt-qt4**
  • Now open a terminal in this directory and run these commands:
qmake
make
  • Now enter:
./grogui

Opensuse 10.3

  • Use Yast or Smart to install these packages: g++, make, libqt4-gui, libqt4-dev, libqwt5, libqwt5-dev.

  • Download GromacsGUI .

  • Extract files.

  • Go to gui_withplotting directory.

  • Edit the bold lines of grogui.pro file to be like this:

DEPENDPATH += . \
include \
src \
ui \
**/usr/include/qwt5**

INCLUDEPATH += . \
include \
ui \
**/usr/include/qwt5**

CONFIG += release
QT += qt3support
LIBS += **-lqwt**
  • Now open a terminal in this directory and run these commands:
qmake
make
  • Now enter:
./grogui

[ Originally published here. ]