Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

MuMuDVB 2 Installer

  • Thread starter Thread starter DM 3
  • Start date Start date
D

DM 3

Guest
Copy and Paste the following code and it will compile MuMuDVB2 from source.

Bash:
#!/bin/bash

clear

echo "Installing MuMuDVB2"

apt-get install -y gettext

mkdir -p /opt/mumudvb/
cd /opt/mumudvb/

git clone https://github.com/braice/MuMuDVB.git .

autoreconf -i -f

./configure --enable-cam-support --enable-scam-support --enable-duma --enable-android

make

make install

clean

echo "Install Complete"
 
Last edited by a moderator:
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top