[2425] in Software_Announce
PerlQt installed on Athena
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Fri Jan 26 16:31:59 2007
To: software-announce@MIT.EDU
cc: alexp@MIT.EDU, facdev@MIT.EDU, cfyi@MIT.EDU
Date: Fri, 26 Jan 2007 16:31:55 -0500
From: Alex T Prengel <alexp@MIT.EDU>
I've installed PerlQt on Athena (Linux only). PerlQt is a Perl
interface to the Qt GUI Toolkit. To use it:
add perlqt_v3.009
At the moment only Qt 3.3.3 in the Athena release is supported.
Several utility binaries are available (puic, pqtapi, pqtsh), but the
most common usage mode is to invoke PerlQt routines from within
executable Perl scripts; to use it that way add lines like this to the
start of your scripts:
#!/usr/bin/env perl
use lib qw(/mit/perlqt_v3.009/lib/perl5/site_perl/5.8.3/i686-linux-thread-multi);
Some "Hello world" examples are at the top of the locker, and file
/mit/perlqt_v3.009/README.athena has additional information.
Alex