X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=UPGRADE.mojo;h=c42313dc4b114b99f14eb7067c4803b9e36744b4;hb=2520521008cdb3c5ab168c678c57130be712daee;hp=5e5a402e14505a139bb6ee526e992df785a9f416;hpb=95cc9e6faf981379dfed2830fcfd4b5f3a0ff160;p=spider.git diff --git a/UPGRADE.mojo b/UPGRADE.mojo index 5e5a402e..c42313dc 100644 --- a/UPGRADE.mojo +++ b/UPGRADE.mojo @@ -56,7 +56,7 @@ You will need the following CPAN packages: If you are on a Debian based system (Devuan, Ubuntu, Mint etc) that is reasonably new (I use Ubuntu 18.04 and Debian 10) then you can simply do: - sudo apt-get install libev-perl libmojolicious-perl libjson-perl libjson-xs-perl libdata-structure-util-perl + sudo apt-get install libev-perl libmojolicious-perl libjson-perl libjson-xs-perl libdata-structure-util-perl libmath-round-perl or on Redhat based systems you can install the very similarly (but not the same) named packages. I don't the exact names but using anything less than Centos 7 is likely to cause @@ -68,7 +68,7 @@ You will need the following CPAN packages: sudo apt-get install build-essential. - sudo cpanm EV Mojolicious JSON JSON::XS Data::Structure::Util + sudo cpanm EV Mojolicious JSON JSON::XS Data::Structure::Util Math::Round # just in case it's missing sudo apt-get install top