projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037c926
)
added dependency for centos.
author
Chris Koeritz
<fred@gruntose.com>
Fri, 25 Jul 2014 15:06:05 +0000
(11:06 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 25 Jul 2014 15:06:05 +0000
(11:06 -0400)
building.txt
patch
|
blob
|
history
diff --git
a/building.txt
b/building.txt
index 662e8a7dc593128a51a7304f8bdad7ecc02db8ea..01ce2687abad49de211e0907c50009609b189d3a 100644
(file)
--- 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
====