From e738fee8847c1f606df7b338a589cc8c0539a521 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 8 Dec 2011 17:44:23 -0600 Subject: Rename additional KDE strings --- doc/scripts/tdesvn-build/index.docbook | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/scripts/tdesvn-build/index.docbook b/doc/scripts/tdesvn-build/index.docbook index e3026fcc..c14eccb4 100644 --- a/doc/scripts/tdesvn-build/index.docbook +++ b/doc/scripts/tdesvn-build/index.docbook @@ -189,12 +189,12 @@ a mirror close to you. -Pay close attention to the kdedir and qtdir global variables, as the first sets +Pay close attention to the tdedir and qtdir global variables, as the first sets where your &kde; build is going to be installed, (by default to ~/kde), and the second where (and if) your qt library is going to be built and installed, (by default to ~/tdesvn/build/qt-copy). You will need to know the -kdedir and qtdir location later, to set up the environment variables +tdedir and qtdir location later, to set up the environment variables that are necessary to run your new installation. Check if the listed modules are in fact the modules you want to build. The default options from the tdesvn-buildrc-sample file @@ -254,7 +254,7 @@ Open or create the .bash_profile file in the home directory and add to the end of the file: -TDEDIR=(path to kdedir) +TDEDIR=(path to tdedir) TDEDIRS=$TDEDIR PATH=$TDEDIR/bin:$QTDIR/bin:$PATH LD_LIBRARY_PATH=$TDEDIR/lib:$LD_LIBRARY_PATH @@ -265,7 +265,7 @@ If you are building the qt-copy module, add instead: QTDIR=(path to qtdir) -TDEDIR=(path to kdedir) +TDEDIR=(path to tdedir) TDEDIRS=$TDEDIR PATH=$TDEDIR/bin:$QTDIR/bin:$PATH MANPATH=$QTDIR/doc/man:$MANPATH @@ -557,7 +557,7 @@ authors using the address you can find above. do-not-compile, to mark directories to skip building. inst-apps, to only build and install some directories. install-after-build, to avoid installing after the build process. -kdedir, to set the directory to install KDE to. +tdedir, to set the directory to install KDE to. libpath, to set the LD_LIBRARY_PATH variable. make-install-prefix, to run a helper program (like sudo) during make install. make-options, to pass options to the make program. @@ -814,8 +814,8 @@ set this option to 0 in the configuration file. You can also use the - -kdedir + +tdedir Can't be overridden This option sets the directory that &kde; will be installed to after it is built. It defaults to ~/kde. If you change this to a directory -- cgit v1.2.1