« Отговор #1 -: Apr 02, 2004, 18:53 »
						
					 
					
					
						After installation
==================
After installation you have to set some variables allowing your system to find
KDE binaries and libraries and KDE to allow to find its own files, for Bash:
  export QTDIR=~/kde3.2.1
  export KDEDIR=~/kde3.2.1
  export KDEDIRS=~/kde3.2.1
  export LD_LIBRARY_PATH=~/kde3.2.1/lib
  export PATH=~/kde3.2.1/bin:$PATH
Setting KDEHOME too, e.g. "export KDEHOME=~/.kdetest", will tell KDE to save
your settings to this directory and leave default ~/.kde directory unaffected.