Hello Monks!
I'm currently writing a GUI front-end for a Perl script I have which uses TCP Sockets to send XML Data to a server.
I decided to use Gtk2 since I found a lot of documentation for that one. I am writing the program on MY laptop which
runs Linux 32-bit. The front-end I'm writing will be pretty basic, but it will run on another users PC running Windows XP.
I'm pretty sure they don't have Perl already installed on their PC so I guess I may need to do that first...?
But anyway, what would be the least/most basic installation I would need in order for them to run a Gtk2 Perl script?
The person who's PC this script will run on will NOT need any development type stuff, if that makes a difference in the
amount of files that need installing, since I don't think they even know what programming is lol...
So basically I ONLY need to install whatever is required for them to run the program once I'm finished...
Any thoughts or suggestion would be greatly appreciated!
Thanks in Advance,
Matt
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.