X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=readme.txt;h=7d78391e8e32676d1f303bde6873421fa8ffa1ee;hb=c02e632d0e6514ccaad532b79022e9172a3cd00b;hp=b042ed8cde65a9de3d1f6bed22e6b8fdb701e785;hpb=df7e2dd0c79566650f4104496679c43a6a059424;p=feisty_meow.git diff --git a/readme.txt b/readme.txt index b042ed8c..7d78391e 100644 --- a/readme.txt +++ b/readme.txt @@ -56,10 +56,10 @@ 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 or Install using perl's CPAN: $ sudo cpan install Text::Diff File::Which @@ -87,7 +87,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