Re: statically linked Strawberry Perl for use with PerlApp?

[email protected] (Robert Eden) Mon, 23 Jun 2014 09:56:31 -0500
Newsgroups perl.win32.vanilla
Message-ID <[email protected]>
On 6/23/2014 5:47 AM, [email protected] wrote:
> -----Original Message----- From: Robert Eden
>
>> Is there any documentation on compiling my own version of 
>> Strawberry?  I don't see any source code mentioned on the web page.
>
> Well - you could just build your own perl from source using (say) the 
> compiler and dmake that shipped with Strawberry.
>
> You just grab the official perl 5.20.0 source, put your 
> strawberry/c/bin folder at the beginning of the PATH, edit the 
> (largely self-documenting) win32/makefile.mk appropriately, then cd to 
> that win32 folder and run:
> dmake
> dmake test
> dmake install

That should work!  I'll let the list know how it goes (and if it works 
with PerlApp)

Robert