in reply to Re^5: Build EXE without CPAN access
in thread Build EXE without CPAN access

On reflection, my working hypothesis to achieve nirvana and a future proof toolchain to an EXE is to:

* Install Strawberry Perl from our locally maintained distribution

* Use the method described in http://digitalcrunch.com/perl/how-to-use-par-with-strawberry-perl/, and work with appropriate teams to grab the 5 tarballs.

Being a total novice to this sort of thing, I've no clue if 'dmake' somehow arrives with Strawberry Perl, or if there is some other dependency I need to satisfy, or even if it will run at all on my local machine ...

Replies are listed 'Best First'.
Re^7: Build EXE without CPAN access
by Corion (Patriarch) on Jun 02, 2016 at 11:01 UTC

    Yes, dmake and the gcc compatible with the Strawberry Perl distribution are included with Strawberry Perl.