From: Chris Koeritz Date: Fri, 25 Jul 2014 15:06:05 +0000 (-0400) Subject: added dependency for centos. X-Git-Tag: 2.140.90~770 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=638ec865397a7e36d3ee5dd9053b58ce6210562f;p=feisty_meow.git added dependency for centos. --- diff --git a/building.txt b/building.txt index 662e8a7d..01ce2687 100644 --- a/building.txt +++ b/building.txt @@ -75,8 +75,7 @@ How to install the most frequently needed compiler and library dependencies: sudo apt-get install build-essential librtmp-dev libcurl4-gnutls-dev libssl-dev Centos / Redhat / Fedora: - yum install gcc gcc-c++ openssl-devel.x86_64 -#hmmm: there may be missing items for centos. + sudo yum install gcc gcc-c++ openssl-devel.x86_64 curl-devel ====