TDE 14.0.0 libraries: Difference between revisions

Page updated to new template
No edit summary
 
(One intermediate revision by the same user not shown)
Line 158: Line 158:
==== LIBTQT-PERL ====
==== LIBTQT-PERL ====


The '''PerlTQt''' library interfaces '''[http://www.perl.it Perl]''', a diffused general purpose interpreted programming language, and the TQt library used to build TDE. The library can be used to write TDE integrated programs and scripts using the Perl 5 language. Building a working package for Slackware 14.1 requires installing a patch to solve a version mismatch issue for the '''libtool''' library:
The '''PerlTQt''' library interfaces '''[http://www.perl.org Perl]''', a diffused general purpose interpreted programming language, and the TQt library used to build TDE. The library can be used to write TDE integrated programs and scripts using the Perl 5 language. Building a working package for Slackware 14.1 requires installing a patch to solve a version mismatch issue for the '''libtool''' library:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
   patch -p0 -i ${SRCDIR}/ltmain_version_update.patch
   patch -p0 -i ${SRCDIR}/ltmain_version_update.patch