diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:14:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:14:45 -0600 |
commit | 6a565761abf42169a9cf63d28e7274158cf94979 (patch) | |
tree | ad1b99e95863effa80b2d39d07d46ec70d1e4d30 /INSTALL.in | |
parent | d6ef9b724791e02c050e9cbe1d29cbae531603ca (diff) | |
download | bibletime-6a565761abf42169a9cf63d28e7274158cf94979.tar.gz bibletime-6a565761abf42169a9cf63d28e7274158cf94979.zip |
Rename kde-config to tde-config
Diffstat (limited to 'INSTALL.in')
-rw-r--r-- | INSTALL.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ Compile BibleTime @VERSION@: cd ~ tar -xjf bibletime-@[email protected] cd ~/bibletime-@VERSION@ # Move to your source directory -kde-config --prefix # Displays your KDE directory (optional) +tde-config --prefix # Displays your KDE directory (optional) ./configure --prefix=<your KDE dir> # create makefiles make # compile BibleTime su -c "make install" # change to "root user" and install BibleTime |