diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:23 -0600 |
commit | e39b31a42790056ba42a6b6edaece31325ac7aef (patch) | |
tree | 016e27c43a7f096268f4c437dcccee6a6529bfd8 /apps | |
parent | 8ff61de9290390134045788473168c189e80b77e (diff) | |
download | ktorrent-e39b31a42790056ba42a6b6edaece31325ac7aef.tar.gz ktorrent-e39b31a42790056ba42a6b6edaece31325ac7aef.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'apps')
-rw-r--r-- | apps/ktorrent/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ktorrent/README b/apps/ktorrent/README index f04a563..318bd72 100644 --- a/apps/ktorrent/README +++ b/apps/ktorrent/README @@ -69,7 +69,7 @@ http://developer.kde.org/documentation/tutorials/dot/dcopiface/dcop-interface.ht http://public.kde.planetmirror.com/pub/kde/devel/gettext-kde/ 2. Install that gettext in ~/bin/ 3. cd ~/yourproject, export PATH=~/bin:$PATH, export -KDEDIR=/where_your_KDE3_is +TDEDIR=/where_your_KDE3_is 4. make -f admin/Makefile.common package-messages 5. make package-messages 6. Translate the po files (not the pot!!) with kbabel or xemacs |