jankammerath / iptvx

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 from URLs or grabbed from shell scripts.
http://iptvx.org
Apache License 2.0
80 stars 37 forks source link

Packages for target distributions #57

Open jankammerath opened 6 years ago

jankammerath commented 6 years ago

This issue tracks the wanted distributions. Target distros are OpenSUSE, Ubuntu, Debian and Arch. Any others are currently not supported through packages and users are encouraged to compile theirselves. Any whishes for further packages can be expressed here.

Mamporrero commented 5 years ago

Would like to try this, but the Ubuntu 17.10 package won't install on Ubuntu 18.04 (a Long Term Support release). Have tried to build from source, but am running into too many missing .h files to make much progress. Any hope of an 18.04 package, or has development stopped?

joeynor commented 5 years ago

Ive tried to compile myself too on ubuntu 18.04. I had to install several libraries first. Try this

$ sudo apt-get inatall libjson-c-dev libsdl-image1.2-dev libsdl-image1.2:amd64  libsdl1.2-dev libcurl4-openssl-dev libvlc-dev libvlccore-dev libconfig-dev libwebkit2gtk-4.0-dev   libglib2.0-dev 

$ make 
$ sudo make install
$/usr/bin/iptvx