X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=readme.txt;h=e77c89ab0756864d5162c4fdf0ce75617550c993;hb=refs%2Fheads%2Frelease-2.140.128;hp=b042ed8cde65a9de3d1f6bed22e6b8fdb701e785;hpb=1f8e3880a0827865a0a81d7e63aa5eaa4b4d1441;p=feisty_meow.git diff --git a/readme.txt b/readme.txt index b042ed8c..e77c89ab 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Quick Start Guide for the Feisty Meow Codebase -Commands that can be typed in a console or terminal are are prefixed with "$". +Commands that can be typed in a console or terminal are prefixed with "$". (Do not include the dollar sign when copying and pasting commands.) Information that varies by platform is prefixed with a '|' character. @@ -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 @@ -152,3 +155,4 @@ More information is available at the official site: https://feistymeow.org ============== +