X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=readme.txt;h=1491d573090c7b0e6cee242dc1f245799ca60243;hb=e157e95b1012e506bb5ed0eae422fd922d0cd362;hp=b042ed8cde65a9de3d1f6bed22e6b8fdb701e785;hpb=1f8e3880a0827865a0a81d7e63aa5eaa4b4d1441;p=feisty_meow.git diff --git a/readme.txt b/readme.txt index b042ed8c..1491d573 100644 --- a/readme.txt +++ b/readme.txt @@ -56,10 +56,13 @@ How to install the feisty meow script dependencies A couple of perl modules are required by some of the scripts (including the differ utility and the feisty meow customization system). They can be -installed with either apt-get or CPAN. +installed with either apt or CPAN. -Install using apt-get (on Ubuntu or Debian-based OS): -$ sudo apt-get install libfile-which-perl libtext-diff-perl +Install using apt (on Ubuntu or Debian-based OS): +$ sudo apt install libfile-which-perl libtext-diff-perl + +Install using yum (on Centos or similar distros): +$ yum install perl-File-Which perl-Text-Diff or Install using perl's CPAN: $ sudo cpan install Text::Diff File::Which @@ -87,7 +90,7 @@ These dependencies are used for building the applications, tools and tests in the "nucleus", "octopi", "graphiq" and other C++ collections. | Ubuntu / Debian: -| $ sudo apt-get install build-essential librtmp-dev libcurl4-gnutls-dev libssl-dev +| $ sudo apt install build-essential librtmp-dev libcurl4-gnutls-dev libssl-dev | Centos / Redhat / Fedora: | $ sudo yum install gcc gcc-c++ openssl-devel.x86_64 curl-devel