diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:23:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:23:28 -0600 |
commit | c5db5ce52bc6f1536d02e3a372ada70122fe7ec4 (patch) | |
tree | bf46471fc83c376755ab0e6b419ba356ab25a44a /INSTALL | |
parent | 7dd361378fea6bcd8faf150ad224eb324ccc388c (diff) | |
download | rosegarden-c5db5ce52bc6f1536d02e3a372ada70122fe7ec4.tar.gz rosegarden-c5db5ce52bc6f1536d02e3a372ada70122fe7ec4.zip |
Rename kde-config to tde-config
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ Now run CMake to generate the build files, and specify the location where your system's KDE libraries are installed. A nice general way to do this is: -$ cmake . -DCMAKE_INSTALL_PREFIX=`kde-config --prefix` +$ cmake . -DCMAKE_INSTALL_PREFIX=`tde-config --prefix` If you omit the install prefix and just run |