Difference between revisions of "Install CentOS6"

From Mumble Wiki
Jump to: navigation, search
(Created page with 'Installation of murmur server on CentOS 6 ----')
 
Line 1: Line 1:
 
Installation of murmur server on CentOS 6
 
Installation of murmur server on CentOS 6
 
----
 
----
 +
 +
<pre>
 +
wget http://ftp-stud.hs-esslingen.de/pub/epel/6/i386/epel-release-6-8.noarch.rpm
 +
 +
rpm -i epel-release-6-8.noarch.rpm
 +
 +
cd /etc/yum.repos.d
 +
 +
wget http://zeroc.com/download/Ice/3.4/rhel6/zeroc-ice-rhel6.repo
 +
 +
 +
 +
yum install avahi-compat-libdns_sd qt qt-sqlite qt-mysql ice-libs protobuf
 +
 +
 +
rpm -i murmur-1.2.3-1.el6.x86_64.rpm
 +
</pre>

Revision as of 01:40, 17 February 2013

Installation of murmur server on CentOS 6


wget http://ftp-stud.hs-esslingen.de/pub/epel/6/i386/epel-release-6-8.noarch.rpm

rpm -i epel-release-6-8.noarch.rpm

cd /etc/yum.repos.d

wget http://zeroc.com/download/Ice/3.4/rhel6/zeroc-ice-rhel6.repo



yum install avahi-compat-libdns_sd qt qt-sqlite qt-mysql ice-libs protobuf


rpm -i murmur-1.2.3-1.el6.x86_64.rpm