diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:12:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:12:49 -0600 |
commit | 2ac22d35c349fada5aaad41fcb0dec15203834bb (patch) | |
tree | ce57d71b567608c35b649a811e3075ebad47c17e /doc/scripts/tdesvn-build/index.docbook | |
parent | 07483f1bc952a1da1aa06a99a4ab86fe2f1b359b (diff) | |
download | tdesdk-2ac22d35c349fada5aaad41fcb0dec15203834bb.tar.gz tdesdk-2ac22d35c349fada5aaad41fcb0dec15203834bb.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'doc/scripts/tdesvn-build/index.docbook')
-rw-r--r-- | doc/scripts/tdesvn-build/index.docbook | 34 |
1 files changed, 17 insertions, 17 deletions
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 <filename>.bash_profile</filename> file in the home directory and add to the end of the file: <programlisting> -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 </programlisting> If you are building the qt-copy module, add instead: <programlisting> 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 </programlisting> </para> <para> -If you are not using a dedicated user, set a different <envar>$KDEHOME</envar> for your +If you are not using a dedicated user, set a different <envar>$TDEHOME</envar> for your new environment in your <filename>.bash_profile</filename>: <programlisting> -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 <filename>.bash_profil <programlisting> 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 </programlisting> @@ -311,7 +311,7 @@ depending on the distribution) from the home directory, or create it if necessar line: <programlisting> -exec ${KDEDIR}/bin/starttde +exec ${TDEDIR}/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>KDEDIR</envar>, <envar>QTDIR</envar>, <envar>DO_NOT_COMPILE</envar>, +including <envar>TDEDIR</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">$KDEDIR/bin</filename> and +toolchain. The paths <filename class="directory">$TDEDIR/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">$KDEDIR/lib</filename> and +value is blank, but the paths <filename class="directory">$TDEDIR/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> |