summaryrefslogtreecommitdiffstats
path: root/PerlTQt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:59:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:59:05 +0200
commit6dc415932b48465bfec7269c0f1075af145400c6 (patch)
tree5c7ca06517d4bf79c1472ada4aac5e6dc975b7c5 /PerlTQt
parent29c4b06c27351fe68de491c68eaa3ec65f658efb (diff)
downloadlibtqt-perl-6dc415932b48465bfec7269c0f1075af145400c6.tar.gz
libtqt-perl-6dc415932b48465bfec7269c0f1075af145400c6.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'PerlTQt')
-rw-r--r--PerlTQt/INSTALL14
1 files changed, 7 insertions, 7 deletions
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