diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 667a6e09dce27767a017ee373c7f47b388e627ca (patch) | |
tree | 7f4a6e208b6235a1a17e5ba1294022754ab92066 /README | |
parent | 0cdfe83d45a89b0ad0908a21a3556dd5f0f578df (diff) | |
download | kpowersave-667a6e09dce27767a017ee373c7f47b388e627ca.tar.gz kpowersave-667a6e09dce27767a017ee373c7f47b388e627ca.zip |
Convert remaining references to kde3 (e.g. in paths) to trinityv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpowersave@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,7 +13,7 @@ distribution) to compile KPowersave: and maybe also these packages: - doxygen (for code documentation) - - docbook, kde3sdk (handbook) + - docbook, trinitysdk (handbook) other (may) needed packages for run all KPowersave features: - PolicyKit, recommended >= 0.2 @@ -26,7 +26,7 @@ distribution) to compile KPowersave: * For SUSE users how to generate configure: - . /etc/opt/kde3/common_options + . /etc/opt/trinity/common_options update_admin * For other distributions try this to generate configure: @@ -36,7 +36,7 @@ distribution) to compile KPowersave: * Execute the following commands to compile, make and install kpowersave: - ./configure --prefix=/opt/kde3 [--enable-debug=full] + ./configure --prefix=/opt/trinity [--enable-debug=full] make make install |