@ -254,32 +254,32 @@ Open or create the <filename>.bash_profile</filename> file in the home directory
and add to the end of the file:
<programlisting>
K DEDIR=(path to kdedir)
KDEDIRS=$K DEDIR
PATH=$K DEDIR/bin:$QTDIR/bin:$PATH
LD_LIBRARY_PATH=$K DEDIR/lib:$LD_LIBRARY_PATH
export K DEDIRS PATH LD_LIBRARY_PATH
T DEDIR=(path to kdedir)
TDEDIRS=$T DEDIR
PATH=$T DEDIR/bin:$QTDIR/bin:$PATH
LD_LIBRARY_PATH=$T DEDIR/lib:$LD_LIBRARY_PATH
export T DEDIRS PATH LD_LIBRARY_PATH
</programlisting>
If you are building the qt-copy module, add instead:
<programlisting>
QTDIR=(path to qtdir)
K DEDIR=(path to kdedir)
KDEDIRS=$K DEDIR
PATH=$K DEDIR/bin:$QTDIR/bin:$PATH
T DEDIR=(path to kdedir)
TDEDIRS=$T DEDIR
PATH=$T DEDIR/bin:$QTDIR/bin:$PATH
MANPATH=$QTDIR/doc/man:$MANPATH
LD_LIBRARY_PATH=$K DEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR K DEDIRS PATH MANPATH LD_LIBRARY_PATH
LD_LIBRARY_PATH=$T DEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH
export QTDIR T DEDIRS PATH MANPATH LD_LIBRARY_PATH
</programlisting>
</para>
<para>
If you are not using a dedicated user, set a different <envar>$K DEHOME</envar> for your
If you are not using a dedicated user, set a different <envar>$T DEHOME</envar> for your
new environment in your <filename>.bash_profile</filename>:
<programlisting>
export K DEHOME="${HOME}/.kde-svn"
export T DEHOME="${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 <filename>.bash_profil
<programlisting>
XDG_CONFIG_DIRS="/etc/xdg"
XDG_DATA_DIRS="${K DEDIR}/share:/usr/share"
XDG_DATA_DIRS="${T DEDIR}/share:/usr/share"
export XDG_CONFIG_DIRS XDG_DATA_DIRS
</programlisting>
@ -311,7 +311,7 @@ depending on the distribution) from the home directory, or create it if necessar
line:
<programlisting>
exec ${K DEDIR}/bin/starttde
exec ${T DEDIR}/bin/starttde
</programlisting>
</para>
@ -420,7 +420,7 @@ source tree, you can force a rebuild of a module by creating a file called
<listitem><para>
You can specify various environment values to be used during the build,
including <envar>K DEDIR</envar>, <envar>QTDIR</envar>, <envar>DO_NOT_COMPILE</envar>,
including <envar>T DEDIR</envar>, <envar>QTDIR</envar>, <envar>DO_NOT_COMPILE</envar>,
and <envar>CXXFLAGS</envar>.
</para></listitem>
@ -623,7 +623,7 @@ do any harm to enable it. The default is to enable the patches.</entry>
You can't override this setting in a module option. The default value is
<filename class="directory">/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin</filename>. This environment
variable should include the colon-separated paths of your development
toolchain. The paths <filename class="directory">$K DEDIR/bin</filename> and
toolchain. The paths <filename class="directory">$T DEDIR/bin</filename> and
<filename class="directory">$QTDIR/bin</filename> are automatically added. You
may use the tilde (~) for any paths you add using this option.</para>
</entry>
@ -828,7 +828,7 @@ linkend="conf-make-install-prefix">make-install-prefix</link> option as well.</e
<entry>Can't be overridden</entry>
<entry>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 <filename class="directory">$K DEDIR/lib</filename> and
value is blank, but the paths <filename class="directory">$T DEDIR/lib</filename> and
<filename class="directory">$QTDIR/lib</filename> are automatically
added. You may use the tilde (~) for any paths you add using this option.
</entry>