summaryrefslogtreecommitdiffstats
path: root/superkaramba/doc/faq/faq.txt
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 06:08:18 +0000
commit6335dc55802871b5a43492f217b6edbb420204c4 (patch)
tree50c6c8672a52687568edea475614dfe3d98e62e5 /superkaramba/doc/faq/faq.txt
parent9b8c9f1f9e974ff0176108cfbd8852cd99ea68c8 (diff)
downloadtdeutils-6335dc55802871b5a43492f217b6edbb420204c4.tar.gz
tdeutils-6335dc55802871b5a43492f217b6edbb420204c4.zip
rename the following methods:
tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'superkaramba/doc/faq/faq.txt')
-rw-r--r--superkaramba/doc/faq/faq.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/doc/faq/faq.txt b/superkaramba/doc/faq/faq.txt
index 490696b..9de445e 100644
--- a/superkaramba/doc/faq/faq.txt
+++ b/superkaramba/doc/faq/faq.txt
@@ -13,7 +13,7 @@ Table of Contents
1.1. Where can I find SuperKaramba RPMs?
1.2. When I try to compile, I get this error: "Python.h: No such file or directory"
-1.3. When I try to compile, I get this error: "cannot tqfind -lselinux"
+1.3. When I try to compile, I get this error: "cannot find -lselinux"
1.4. After running ./configure,make, and make install, the superkaramba executable is not where I expected it to be. When I try to run superkaramba from the command line it says "command not found".
@@ -51,7 +51,7 @@ The SuperKaramba web site (http://netdragon.sourceforge.net) has a list of user-
You will need to install the python-devel package. Once that package is installed you can ./configure and make again.
-1.3. When I try to compile, I get this error: "cannot tqfind -lselinux"
+1.3. When I try to compile, I get this error: "cannot find -lselinux"
You will need to install the libselinux-devel package. Once that package is installed you can ./configure and make again.