in reply to Getting started with BioPerl on Windows 8.1 64-bit

If you want to install modules that need to be compiled (such as XS modules) in ActiveState's ActivePerl, you'll need to install MinGW and dmake from ActiveState's PPM repository. For 32-bit ActivePerl, that's all that you need to do. If you're using 64-bit ActivePerl, there may be additional steps needed, but that's outside the scope of my knowledge and experience.

I'd agree with Discipulus' recommendation about using Strawberry Perl, which comes with the compiler and tools needed to install most of the modules from CPAN. (Some modules won't install on Windows due to OS dependencies.)

Since I personally have not used it myself, I can't comment on Citrus Perl. Like you, I have seen a number of folks recommend it here at this site.

  • Comment on Re: Getting started with BioPerl on Windows 8.1 64-bit

Replies are listed 'Best First'.
Re^2: Getting started with BioPerl on Windows 8.1 64-bit
by bls61793 (Initiate) on Feb 27, 2015 at 17:53 UTC
    Thanks to both of you guys for recommending Strawberry Perl, I think I'm going to try that. I'll report back here with what I find, but hopefully that will work out for me.
      So, I got Strawberry Perl installed on my windows machine, and was able to download my needed modules with no problem. So it seems to have worked. Thanks a lot guys!