NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
You know... (Score:1)
Re: (Score:1)
Re:You know... (Score:1)
However, for non Perl-module-.par's, it wen basically as follows:
- Build the lib using mingw, possibly sh.
- Put the lib in a zip under a certain directory
- Install it with a small PAR::Dist based script which set custom installation targets for that directory in the
I can probably still find a copy of the installation script somewhere. (This is all related to the old external-library-handling musing of mine on the win32.perl.org wiki.)
This brings some memories back: I had built that
Oh, and that gives me yet another idea: Use PAR::Dist::FromPPD to generate a
Note how this is a bootstrapping process. You need XML::Parser to use
PS: I tried it on linux. I had to download the ppm manually beacuse of our proxy, however.
$ ppd2par -u XML-Parser.ppd -n XML-Parser -p 5.10.0 --sp 5\.10
Successfully created binary distribution 'XML-Parser-2.36-MSWin32-x86-multi-thread-5.10.0.par'.
Reply to This
Parent