Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use File::Basename qw(dirname);
    ...
    
    system make => 'install';
    die "Failed to install: $?" if $?;