diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:13:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:13:44 -0600 |
commit | 88838f421c1d218531cb0ddcc2599ae90e744759 (patch) | |
tree | b898b4f5204ae416a302d496b059e65dfe781f4e /vcs | |
parent | 8e7b3d87aaeebf32fa6769f207d6ac20462e3e0c (diff) | |
download | tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.tar.gz tdevelop-88838f421c1d218531cb0ddcc2599ae90e744759.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'vcs')
-rw-r--r-- | vcs/cvsservice/README.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/cvsservice/README.dox b/vcs/cvsservice/README.dox index d334e326..1ff0b528 100644 --- a/vcs/cvsservice/README.dox +++ b/vcs/cvsservice/README.dox @@ -2,7 +2,7 @@ This plugin integrates Cervisia (version >= 2.1) cvsservice DCOP service into tdevelop (read FAQ at the bottom of this document): so, this part _does_ require cvsservice installed on your system: the configure script in the main source directory should automagically detect the presence of Cervisia and build this plugin. -If Cervisia wasn't installed in $KDEDIR than you need to specify paths for lib and include +If Cervisia wasn't installed in $TDEDIR than you need to specify paths for lib and include files, for example: <code> --with-extra-libs=$HOME/kde/lib --with-extra-includes=$HOME/kde/include |