Post

watch tv on Linux Slackware

hmm since there are no jobs, i want post tutorial for watch tv on Slackware Linux.
goodly for watch fifa world cup 2014, because on my parabola was block with satelite so can’t watch fifa world cup 2014. Finally I use tv software for watch this.
for software/ application i use freetuxtv you can download this software on site with command :

1
$ wget https://freetuxtv.googlecode.com/files/freetuxtv-0.6.6.tar.gz

and extract file after download with command :

1
$ sudo tar -zxvf freetuxtv-0.6.6.tar.gz

after extract you run with this command, because slackware there is library like :

  • gcc
  • make
  • autoconf
  • automake
  • intltool
  • libtool
  • gettext
  • libgtk-3-dev
  • libdbus-glib-1-dev
  • libsqlite3-0
  • libsqlite3-dev
  • libcurl3
  • libcurl4-openssl-dev
  • libvlc-dev
  • libnotify-dev
1
$ sudo ./autogen.sh

and then configure ;

1
$ sudo ./configure --prefix=/usr/local

after configure you run ;

1
$ sudo make

and then install this file with command ;

1
$ sudo make install

Thanks :)
source :

click for show/hide:

xmodulo

This post is licensed under CC BY 4.0 by the author.