diff options
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,7 +53,7 @@ A: Most likely, you installed Smb4K to the wrong place. To correct this, Now, reconfigure the source by passing the '--prefix=PREFIX' option to the configure script: - $ ./configure --prefix=`kde-config --prefix` + $ ./configure --prefix=`tde-config --prefix` Afterwards, compile and install it: @@ -74,7 +74,7 @@ A: If you want to be able to uninstall Smb4K easily, you might want to use Configuration, compilation and installation using checkinstall will work like this (see also above): - $ ./configure --prefix=`kde-config --prefix` && make && su -c "checkinstall" + $ ./configure --prefix=`tde-config --prefix` && make && su -c "checkinstall" Q: The configure script fails and tells me, it can't find my Qt |