At 19:53 2002.05.19, Tim Musson wrote:
>I just grabbed a a module from CPAN (Pod-PalmDoc-0.0.2.tar.gz) and ran
>the 'Makefile.pl' code. It generated 'Makefile' now what?
>
>I am running ActiveState on Win32.  No C complier, but I don't see why
>I would need one (it is only one .pm file, and belongs in the /lib/pod
>dir.)
>
>Seems to me there should be some way to execute the Makefile that was
>created.  I believe it would be 'make Makefile', but where do I find
>the 'make' executable?
>
>That way it would create the doc's etc. in the correct locations.
>
>And yes, I did check ppm, they don't have it available, they did
>however have Palm::PalmDOC that calls it!
>
>Thanks All!

To install CPAN modules on a W32 PC, you need to get a copy of nmake 
<ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe>.

Then, all you have to do is:

perl Makefile.pl
nmake
nmake test
nmake install

and you should be OK.

Best
----------------------------------------------------------
Éric Beaudoin               <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to