Hi, for some odd reasons I've been writing a small text based game in Perl with XML. I need to deploy this game to a variety of different people and environments. At this point I'm mostly trying to package my program and modules into an executable (I'm doing my work on a Win32 machine). I've succeeded in getting an .exe working fine, but I need to be able to run it on a mac. I know the perl environment is included on mac, but I need to set it up in a way that anyone could run it; i.e. a double-click-able file. At this point I'm at a loss on how to do this. To do so on the PC I've been using PAR::Packer / pp , but it can only create binaries for the environment it's run on as far as I can tell. Is there any other module I can use that can create cross-platform binaries? I've found a program called 'platypus' that will create a script to run it, but the program is native to mac. Is there any way I can do this on a windows machine? Thank for your help.

In reply to Compiling(Packaging) Perl for Mac on PC by Perl::Student

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.