Strawberry
The maintainers of Strawberry Perl produce PAR distributions of wxPerl and this may be your preferred method of installing Wx on Strawberry.
For x86 architecture:
The PPMs from this site for Perl 5.10 x86 on Microsoft Windows should be compatible with Strawberry Perl. In particular, Strawberry Perl users may wish to use the PPM's for Alien::wxWidgets which provide all the headers and link libraries necessary to build Wx and other Wx xs modules. The Alien::wxWidgets binaries are built using MinGW against appropriate Platform SDK's - removing the need for Platform SDK installation for Strawberry users who require the gdiplus graphics features of wxWidgets.
To install Alien::wxWidgets
ppm install http://www.wxperl.co.uk/repository/Alien-wxWidgets.ppd
You can then either build other Wx modules from CPAN or use the MinGW built PPMs for x86 architecture.
ppm install http://www.wxperl.co.uk/repository/Wx.ppd
ppm install http://www.wxperl.co.uk/repository/Wx-TreeListCtrl.ppd
ppm install http://www.wxperl.co.uk/repository/Wx-GLCanvas.ppd
ppm install http://www.wxperl.co.uk/repository/OpenGL.ppd
ppm install http://www.wxperl.co.uk/repository/Wx-ActiveX.ppd
ppm install http://www.wxperl.co.uk/repository/Wx-Demo.ppd
For x86 architecture:
>perl -MPAR::Dist -e"install_par( dist =>
'http://strawberryperl.com/download/padre/
Alien-wxWidgets-0.50-MSWin32-x86-multi-thread-5.10.1.par')"
>perl -MPAR::Dist -e"install_par( dist =>
'http://strawberryperl.com/download/padre/
Wx-0.9701-MSWin32-x86-multi-thread-5.10.1.par')"
The PPMs from this site for Perl 5.10 x86 on Microsoft Windows should be compatible with Strawberry Perl. In particular, Strawberry Perl users may wish to use the PPM's for Alien::wxWidgets which provide all the headers and link libraries necessary to build Wx and other Wx xs modules. The Alien::wxWidgets binaries are built using MinGW against appropriate Platform SDK's - removing the need for Platform SDK installation for Strawberry users who require the gdiplus graphics features of wxWidgets.
To install Alien::wxWidgets
ppm install http://www.wxperl.co.uk/repository/Alien-wxWidgets.ppd
You can then either build other Wx modules from CPAN or use the MinGW built PPMs for x86 architecture.
ppm install http://www.wxperl.co.uk/repository/Wx.ppd
ppm install http://www.wxperl.co.uk/repository/Wx-TreeListCtrl.ppd
ppm install http://www.wxperl.co.uk/repository/Wx-GLCanvas.ppd
ppm install http://www.wxperl.co.uk/repository/OpenGL.ppd
ppm install http://www.wxperl.co.uk/repository/Wx-ActiveX.ppd
ppm install http://www.wxperl.co.uk/repository/Wx-Demo.ppd
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=898612be-bc67-404c-9062-1a566a1d59a9)