Skip to content

Enable static install. Using ENV variables or commandline opts

Marek Szuba requested to merge static-install into master

Created by: ghost

Hi @rishidev ,

Changes to static install made as requested. I've used Getopt::Long to allow --prefix and --static. You can still just supply a prefix path without any arguments and it will work as originally changed by @keiranmraine . I've also added for support of two env variables $ENV{PERL_LOCAL_LIB_ROOT} and $ENV{STATIC_HTS} as well.

Merge request reports