Skip to content

Commit

Permalink
fixed debian rules and updated readme with install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jankammerath committed Dec 15, 2017
1 parent 596e40e commit 2711256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -2,6 +2,10 @@

IPTV player and streamer for Linux that allows to play any stream that LibVLC can play, offers an overlay based on WebKit using HTML5, JavaScript and CSS and uses XMLTV data for EPG information. It allows the playback of URLs, files and can grab URLs from shell scripts. XMLTV EPG data can be downloaded directly from URLs or grabbed from shell scripts.

## How to install

You can install iptvx either through pre-built packages, by getting a released tarball or by cloning the git repository and then compiling yourself. All information on how to install iptvx can be obtained from the [Installation instructions](https://iptvx.org/Installation.html). You can find packages for OpenSUSE, Debian, Arch and Ubuntu in the [Package List](https://iptvx.org/Packages.html).

## What you can expect

The aim of [iptvx](http://iptvx.org/) is to provide a software set-top box for Linux systems. It includes the playback of live TV channels and display of EPG as well as recording functionality. In its current state of development iptvx already provides playback from various sources as well as EPG functionality.
Expand Down Expand Up @@ -39,7 +43,3 @@ Through a menu it is possible to quickly select the audio track and subtitles av
## Where to obtain help

If you need help with [iptvx](http://iptvx.org/), you can obtain it in the [iptvx wiki](https://iptvx.org/Help.html) or throught IRC on FreeNode in the #iptvx channel. It is generally recommended to check the wiki before anything else.

## How to install

You can install iptvx either through pre-built packages, by getting a released tarball or by cloning the git repository and then compiling yourself. All information on how to install iptvx can be obtained from the [Installation instructions](https://iptvx.org/Installation.html).
5 changes: 1 addition & 4 deletions debian.rules
Expand Up @@ -20,15 +20,12 @@ build-stamp:
dh_testdir

# Add here commands to compile the package.
make
make all
# --- end custom part for compiling

touch build-stamp

clean:
dh_testdir
dh_testroot
rm -f build-stamp

# Add here commands to clean up after the build process.
make clean
Expand Down

0 comments on commit 2711256

Please sign in to comment.