You are not logged in.

1

Monday, February 25th 2008, 6:44pm

give path after installing qt

Hi,
I am using linux opensue 10.3. I have installed qt-x11 version 4.3. The install instructions says that I must :

In .profile (if your shell is bash, ksh, zsh or sh), add the
following lines:

PATH=/usr/local/Trolltech/Qt-4.3.3/bin:$PATH
export PATH

In .login (in case your shell is csh or tcsh), add the following line:

setenv PATH /usr/local/Trolltech/Qt-4.3.3/bin:$PATH

But i dunno where are .profile and .login.
Can anyone help me ???