[MINC-users] installing mni_autoreg

Andrew Janke a.janke at gmail.com
Thu Jun 21 02:36:45 EDT 2012


> I followed the instructions for building mni_perl in the readme file, but didn't succeed.
> I get the following error upon executing perl Makefile.pl
>
> Makefile.PL: I don't grok the manifypods section, so can't tweak the pod2man args at Makefile.PL line 162.
> Writing Makefile for mni_perllib

This should only be a warning.  The general process for perl modules is this:

   $ tar zxvf perllib.tgz

   $ cd perllib

   $ perl Makefile.PL

   $ make

   $ make check   # optional

   $ sudo make install


a


More information about the MINC-users mailing list