From 6dc415932b48465bfec7269c0f1075af145400c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 19:59:05 +0200 Subject: Additional k => tde renaming and fixes --- PerlTQt/INSTALL | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'PerlTQt') diff --git a/PerlTQt/INSTALL b/PerlTQt/INSTALL index 17b6faa..056a10a 100644 --- a/PerlTQt/INSTALL +++ b/PerlTQt/INSTALL @@ -26,10 +26,10 @@ Please use compression for cvs downloads ('cvs -z4' in .cvsrc). $ export CVSROOT=:pserver:anonymous@anoncvs.kde.org:/home/kde $ cvs login # no password -$ cvs co -l kdebindings # downloads configure/makefile stubs -$ cvs co kdebindings/kalyptus # for generating smoke files from scratch -$ cvs co kdebindings/smoke # pre-generated smoke library -$ cd kdebindings # kdebindings/ +$ cvs co -l tdebindings # downloads configure/makefile stubs +$ cvs co tdebindings/kalyptus # for generating smoke files from scratch +$ cvs co tdebindings/smoke # pre-generated smoke library +$ cd tdebindings # tdebindings/ $ cvs co admin # get kde build tools At this point, you now have the full smoketqt environment. The @@ -37,17 +37,17 @@ pre-generated smoke library is based off KDE's copy of TQt-3.0.4. I have TQt-3.0.1, so I have to re-generate the files to match my installed version of TQt. Here's how to do it. -$ cd smoke/tqt # kdebindings/smoke/tqt/ +$ cd smoke/tqt # tdebindings/smoke/tqt/ $ perl ./qtguess.pl # simple script to find disabled TQt features $ perl ./generate.pl # calls kalyptus which generates code Now you have the SmokeTQt source-code generated for your personal TQt configuration. Here's how to compile. -$ cd ../.. # kdebindings/ +$ cd ../.. # tdebindings/ $ make -f Makefile.cvs # create ./configure, will croak but succeed $ ./configure # use --prefix or whatever options you want -$ cd smoke # kdebindings/smoke/ +$ cd smoke # tdebindings/smoke/ $ make # this should succeed $ make install # will install to --prefix from configure -- cgit v1.2.1