On 5.3.2013 15:18, Kartik Thakore wrote:
Hey so,
I was trying to send a friend a simple SDL script with strawberry perl to
play around with. But strawberry perl seemed huge! Especially with the
DBI/Pg and what not in it. How can i get a vanilla version of
portable strawberry perl with no extra libraries installed with it. I will
then jsut cpan install SDL (or SDL2) and package a 'game' that way.

ideas?

There is no such thing as strawberry perl portable "minimal edition"

What you can do:
1/ take strawberry portable
2/ install SDL + all necessary modules
3/ move all c:\portable-strawberry\c\bin\*.dll to c:\portable-strawberry\perl\bin\
4/ delete
       c:\portable-strawberry\c
       c:\portable-strawberry\cpan\*
       c:\portable-strawberry\data\*
5/ now you still have fully working perl (but without possibility to install anything from cpan)

--
kmx

Reply via email to