Thread

Posted on Fri Sep 9 01:50:48 2005 by jch341277
windows compatibility

I've been able to get the first example in the documentation to compile and run on my Win2k laptop...

Just use ppm to install Math::BaseCnv and Algorithm::ChooseSubsets then, create the directory tree C:\Perl\site\lib\Games\Cards and put the Poker.pm file out of the tgz into that directory.

Direct Responses: 983 | Write a response
Posted on Mon Sep 12 17:49:14 2005 by ivorw in response to 971
Re: windows compatibility

What's wrong with installing it the CPAN way?

perl Makefile.PL make make test make install

I am always wary of instructions to copy a .pm file into the lib directory tree. You will never know what you have forgotten to do.

Direct Responses: 984 | Write a response
Posted on Mon Sep 12 17:50:12 2005 by ivorw in response to 983
Re: windows compatibility

Oops, should be nmake in the case of Windows.

Write a response