meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.15k stars 2.47k forks source link

Janus on Centos 7 #475

Closed oej closed 8 years ago

oej commented 8 years ago

Not a bug, but for documentation. Successfully compiled the base Janus on Centos 7. These packages was helpful:

yum -y install epel-release
yum -y install jansson jansson-devel libnice libnice-devel openssl-devel  \
libsrtp libsrtp-devel libmicrohttpd-devel libmicrohttpd cmake opus \
opus-devel libogg libogg-devel glib2 glib2-devel pkgconfig autoconf automake wget gengetopt \
libogg libogg-devel libtool doxygen curl libcurl-devel graphviz
lminiero commented 8 years ago

You mean epel-release? I'll add this to the README when I'm back, thanks! Il 26/feb/2016 20:06, "Olle E. Johansson" notifications@github.com ha scritto:

Not a bug, but for documentation. Successfully compiled the base Janus on Centos 7. These packages was helpful:

yum -y install epel-release yum -y install jansson jansson-devel libnice libnice-devel openssl-devel \ libsrtp libsrtp-devel libmicrohttpd-devel libmicrohttpd cmake opus \ opus-devel libogg libogg-devel glib2 glib2-devel pkgconfig autoconf automake wget gengetopt \ libogg libogg-devel libtool doxygen curl libcurl-devel graphviz

— Reply to this email directly or view it on GitHub https://github.com/meetecho/janus-gateway/issues/475.

lminiero commented 8 years ago

This commit adds a note on epel-release to the README which should make it clearer.