manual install perl-5.10.1-3.tar.bz2 on cygwin

1

I have the binaries: perl-5.10.1-3.tar.bz2 and I don't have access (admin privileges) to run setup.exe for cygwin, my question is how can I install manually inside cygwin the module for perl: perl-5.10.1-3.tar.bz2 ? (or maybe can I get the sources and compile? can someone tell me please how?) thanks

Jas

Posted 2010-06-06T09:34:41.047

Reputation: 580

Answers

2

Try this:

bzip2 -d perl*.tar.bz2
tar xf perl*.tar
cd perl*
./Configure
make

Snake Plissken

Posted 2010-06-06T09:34:41.047

Reputation: