Hi Dmitry,

On Monday, 2012-10-01, Dmitry Ashkadov wrote:
> Hello!
> 
> Now I can build KDE and install it to local directory. If I have an
> application/applet that isn't a part of KDE, how should I build and
> install it to locally installed KDE? For example, KStandardDirs must
> return some paths to locally installed KDE.

You simply include the local installation prefix in KDEDIRS, e.g. something 
like

export KDEDIRS=/usr:/usr/local:/your/prefix

If you want that to be part of your part of your full session, you can put 
that into a file in $KDEHOME/env, e.g.

# file $HOME/.kde/env/addkdedir.sh
export KDEDIRS=${KDEDIRS-/usr:/usr/local}:/your/prefix

Cheers,
Kevin

-- 
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring

Attachment: signature.asc
Description: This is a digitally signed message part.

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to