You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sought this out because I was trying to install a few pure perl packages on my Synology NAS using the perl 5.28 available for it. Synology does not ship with a version of make. As such, I needed a way to get a "make" to be used to install other packages. This worked quite nicely for me once I made the changes above and then created a link from pure-perl-make to make. I installed App::cpm from the self-contained package on its Github site and then issued cpm install -gv App::cpm to have it perform a full install to my local::lib. Afterwards, I installed YAML:PP and JSON::PP.
Thank you for the package.
LBE
The text was updated successfully, but these errors were encountered:
The documentation in the readme on Github, contains the following commands to build, test and install.
The do not work with the current directory structure. I'm guessing there was a change somewhere and this POD was not updated.
I found the following commands worked for me:
I sought this out because I was trying to install a few pure perl packages on my Synology NAS using the perl 5.28 available for it. Synology does not ship with a version of make. As such, I needed a way to get a "make" to be used to install other packages. This worked quite nicely for me once I made the changes above and then created a link from pure-perl-make to make. I installed App::cpm from the self-contained package on its Github site and then issued
cpm install -gv App::cpm
to have it perform a full install to mylocal::lib
. Afterwards, I installed YAML:PP and JSON::PP.Thank you for the package.
LBE
The text was updated successfully, but these errors were encountered: