RE: [perl-win32-gui-users] newbie ? - creating PPM's
One note: Using MS VC 6 you need to "nmake" instead of "make": perl makefile.pl nmake nmake test nmake install -Original Message- From: Marcus [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 5:15 PM To: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] newbie ? - creating PPM's On 19.03.02 at 16:32 [EMAIL PROTECTED] wrote: >How do I take a tar-ball and install it in to the Active Perl? You need MS VC 6, and then you do the usual: perl Makefile.PL make make test make install Otherwise, maybe a request to ActiveState might get us a PPM. I don't have MS VC 6. Marcus ___ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users - This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. - If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
RE: [perl-win32-gui-users] newbie ? - creating PPM's
You can also download the zip file of the latest and do the following: 1- extract contents to a directory 2- find the file "Win32-GUI.ppd" 3- open a DOS window and cd to the same directory as the ppd file 4- type, "ppm Win32-GUI.ppd" That should install it. You should be able to get the latest zip from sourceforge.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 19, 2002 16:33 > To: perl-win32-gui-users@lists.sourceforge.net > Subject: [perl-win32-gui-users] newbie ? - creating PPM's > > > > > > > Joe [EMAIL PROTECTED] > 03/19/2002 04:32 PM > > I'm using Active Perl, and have been having trouble with > win32::gui::font - I > can't seem to change the size. > I saw one place that recomended I download and install the > latest version - but > the latest version hasn't been made into a PPM yet. > How do I take a tar-ball and install it in to the Active Perl? > > Thanks! > Joe > > > > ___ > Perl-Win32-GUI-Users mailing list > Perl-Win32-GUI-Users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users >