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 | |
parent | d6ef9b724791e02c050e9cbe1d29cbae531603ca (diff) | |
download | bibletime-6a565761abf42169a9cf63d28e7274158cf94979.tar.gz bibletime-6a565761abf42169a9cf63d28e7274158cf94979.zip |
Rename kde-config to tde-config
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ Compile BibleTime 1.6.5.1: cd ~ tar -xjf bibletime-1.6.5.1.tar.bz2 cd ~/bibletime-1.6.5.1 # 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 |