From 2ac22d35c349fada5aaad41fcb0dec15203834bb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:12:49 -0600 Subject: Rename KDEHOME and KDEDIR --- doc/kcachegrind/index.docbook | 2 +- doc/scripts/tdesvn-build/index.docbook | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'doc') diff --git a/doc/kcachegrind/index.docbook b/doc/kcachegrind/index.docbook index 434c89d7..85a19160 100644 --- a/doc/kcachegrind/index.docbook +++ b/doc/kcachegrind/index.docbook @@ -802,7 +802,7 @@ So, for example, for main(), you will always have a inclusive cost of almost 100 Obviously KCachegrind is wrongly installed on your system. It is recommended to compile it with the installation prefix to be your system wide KDE base directory like configure --prefix=/opt/trinity; make install. -If you choose another directory like $HOME/kde, you should set the environment variable KDEDIR to this directory before running KCachegrind. +If you choose another directory like $HOME/kde, you should set the environment variable TDEDIR to this directory before running KCachegrind. diff --git a/doc/scripts/tdesvn-build/index.docbook b/doc/scripts/tdesvn-build/index.docbook index da208d6f..e3026fcc 100644 --- a/doc/scripts/tdesvn-build/index.docbook +++ b/doc/scripts/tdesvn-build/index.docbook @@ -254,32 +254,32 @@ Open or create the .bash_profile file in the home directory and add to the end of the file: -KDEDIR=(path to kdedir) -KDEDIRS=$KDEDIR -PATH=$KDEDIR/bin:$QTDIR/bin:$PATH -LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH -export KDEDIRS PATH LD_LIBRARY_PATH +TDEDIR=(path to kdedir) +TDEDIRS=$TDEDIR +PATH=$TDEDIR/bin:$QTDIR/bin:$PATH +LD_LIBRARY_PATH=$TDEDIR/lib:$LD_LIBRARY_PATH +export TDEDIRS PATH LD_LIBRARY_PATH If you are building the qt-copy module, add instead: QTDIR=(path to qtdir) -KDEDIR=(path to kdedir) -KDEDIRS=$KDEDIR -PATH=$KDEDIR/bin:$QTDIR/bin:$PATH +TDEDIR=(path to kdedir) +TDEDIRS=$TDEDIR +PATH=$TDEDIR/bin:$QTDIR/bin:$PATH MANPATH=$QTDIR/doc/man:$MANPATH -LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH -export QTDIR KDEDIRS PATH MANPATH LD_LIBRARY_PATH +LD_LIBRARY_PATH=$TDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH +export QTDIR TDEDIRS PATH MANPATH LD_LIBRARY_PATH -If you are not using a dedicated user, set a different $KDEHOME for your +If you are not using a dedicated user, set a different $TDEHOME for your new environment in your .bash_profile: -export KDEHOME="${HOME}/.kde-svn" +export TDEHOME="${HOME}/.kde-svn" # Create it if needed [ ! -e ~/.kde-svn ] && mkdir ~/.kde-svn @@ -293,7 +293,7 @@ you may have to set the xdg environment variables in your .bash_profil XDG_CONFIG_DIRS="/etc/xdg" -XDG_DATA_DIRS="${KDEDIR}/share:/usr/share" +XDG_DATA_DIRS="${TDEDIR}/share:/usr/share" export XDG_CONFIG_DIRS XDG_DATA_DIRS @@ -311,7 +311,7 @@ depending on the distribution) from the home directory, or create it if necessar line: -exec ${KDEDIR}/bin/starttde +exec ${TDEDIR}/bin/starttde @@ -420,7 +420,7 @@ source tree, you can force a rebuild of a module by creating a file called You can specify various environment values to be used during the build, -including KDEDIR, QTDIR, DO_NOT_COMPILE, +including TDEDIR, QTDIR, DO_NOT_COMPILE, and CXXFLAGS. @@ -623,7 +623,7 @@ do any harm to enable it. The default is to enable the patches. You can't override this setting in a module option. The default value is /bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin. This environment variable should include the colon-separated paths of your development -toolchain. The paths $KDEDIR/bin and +toolchain. The paths $TDEDIR/bin and $QTDIR/bin are automatically added. You may use the tilde (~) for any paths you add using this option. @@ -828,7 +828,7 @@ linkend="conf-make-install-prefix">make-install-prefix option as well.Can't be overridden Set this option to set the environment variable LD_LIBRARY_PATH while building. You can't override this setting in a module option. The default -value is blank, but the paths $KDEDIR/lib and +value is blank, but the paths $TDEDIR/lib and $QTDIR/lib are automatically added. You may use the tilde (~) for any paths you add using this option. -- cgit v1.2.1