Difference between revisions of "Install CentOS6"

From Mumble Wiki
Jump to: navigation, search
Line 2: Line 2:
 
----
 
----
 
The rpm files
 
The rpm files
 +
 +
The binary package and the source.
  
 
<pre>
 
<pre>
 +
https://www.dropbox.com/s/cp9amj5f9glae11/murmur-1.2.3-1.el6.x86_64.rpm
 
https://www.dropbox.com/s/9ywof04f320kowm/murmur-1.2.3-1.el6.src.rpm
 
https://www.dropbox.com/s/9ywof04f320kowm/murmur-1.2.3-1.el6.src.rpm
https://www.dropbox.com/s/cp9amj5f9glae11/murmur-1.2.3-1.el6.x86_64.rpm
 
 
</pre>
 
</pre>
 +
 +
You need the epel and the ZeroC repository. (ZeroC™ is the Home of Ice™)
  
 
<pre>
 
<pre>

Revision as of 01:45, 17 February 2013

Installation of murmur server on CentOS 6


The rpm files

The binary package and the source.

https://www.dropbox.com/s/cp9amj5f9glae11/murmur-1.2.3-1.el6.x86_64.rpm
https://www.dropbox.com/s/9ywof04f320kowm/murmur-1.2.3-1.el6.src.rpm

You need the epel and the ZeroC repository. (ZeroC™ is the Home of Ice™)

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
wget https://www.dropbox.com/s/cp9amj5f9glae11/murmur-1.2.3-1.el6.x86_64.rpm
rpm -i murmur-1.2.3-1.el6.x86_64.rpm