Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Someone
Monday, January 21st, 2008 at 2:22:03am MST 

  1. export KDEDIR=/opt/kde4
  2. export KDEHOME=$HOME/.kde4
  3. export KDETMP=/tmp/$USER-kde4
  4. mkdir -p $KDETMP
  5. export KDEDIRS=$KDEDIR:/usr
  6. export PATH=$PATH:$KDEDIR/bin
  7. export LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH
  8. export MANPATH=$MANPATH:$KDEDIR/man
  9. export PKG_CONFIG_PATH=$KDEDIR/lib/pkgconfig:$PKG_CONFIG_PATH
  10.  
  11. if [ ! -z $XDG_DATA_DIRS ]; then
  12.   export XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDEDIR/share
  13. else
  14.   export XDG_DATA_DIRS=$KDEDIR/share
  15. fi
  16. if [ ! -z $XDG_CONFIG_DIRS ]; then
  17.   export XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:$KDEDIR/etc/xdg
  18. else
  19.   export XDG_CONFIG_DIRS=$KDEDIR/etc/xdg
  20. fi
  21.  
  22. # build and src folders
  23. # you might want to change these!
  24. export KDE_BUILD=/usr/src/kde4/build
  25. export KDE_SRC=/usr/src/kde4/
  26.  
  27. # This will make the debug output prettier
  28. export KDE_COLOR_DEBUG=1
  29. export QTEST_COLORED=1

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.