(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-qt4INCLUDEPATH += . \
include \
ui \
/usr/include/qwt-qt4CONFIG += release
QT += qt3support
LIBS += -lqwt-qt4……..
6. Now open a terminal in this directory and run these commands:
- qmake
- make
7. 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/qwt5INCLUDEPATH += . \
include \
ui \
/usr/include/qwt5CONFIG += release
QT += qt3support
LIBS += -lqwt
6. Now open a terminal in this directory and run these commands:
- qmake
- make
7. Now enter:
- ./grogui
You might want to mention that qmake-qt4 must be used instead of qmake esp. since the bold lines in the grogui.pro file that you’ve shown list qt4 paths
Dear Sir/madam…
I want to use GROGUI.
I haev open susee11.0 in my PC.
can you tell me the exact process how i can install, make, libqt4-gui, libqt4-dev, libqwt5, libqwt5-de,
by using Yast. I have tried a lot but failed.
please help me…
Regards..
I am getting an erron on make run
include/myprocess.h:20:29: error: ‘stdin’ was not declared in this scope
include/myprocess.h:20:34: error: ‘fileno’ was not declared in this scope
I am using ubuntu 11.04 and i installed all required file needed
Please do help me
Getting an annoying error..
include/myprocess.h: In constructor ‘MyProcess::MyProcess(QObject*)’:
include/myprocess.h:15:26: error: ‘::dup’ has not been declared
include/myprocess.h: Na função membro ‘virtual void MyProcess::setupChildProcess()’:
include/myprocess.h:20:3: error: ‘::dup2’ has not been declared
make: ** [main.o] Erro 1
Any helps?