in reply to Installing external libraries for perlbrew perl
You probably want to read A Guide To Installing Modules, then MinGW/MSYS development environment - Setting up the base system, then install http://www.citrusperl.com/, and start installing libraries into your own prefix ...
sh configure --enable-static --enable-shared prefix=$HOME/yams make test make install
|
---|