Dvbv5-scan-gtk: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(Created page with "== Dvbv5-Scan-Gtk == * Gtk+3 interface to [https://linuxtv.org/downloads/v4l-utils/ DVBv5 scan tool]. Its hosted at [https://github.com/vl-nix/dvbv5-scan-gtk]. ==== Require...")
 
No edit summary
Line 1: Line 1:
== Dvbv5-Scan-Gtk ==
== Dvbv5-Gtk ==


* Based in [https://linuxtv.org/downloads/v4l-utils/ v4l-utils-1.18.0]
* Gtk+3 interface to [https://linuxtv.org/downloads/v4l-utils/ DVBv5 scan tool].
* Gtk+3 interface to [https://linuxtv.org/downloads/v4l-utils/ DVBv5 scan tool].
* Scan, Fe, Zap, Preview / Record / Stream


Its hosted at [https://github.com/vl-nix/dvbv5-scan-gtk].
Its hosted at [https://github.com/vl-nix/dvbv5-gtk].


==== Requirements ====
==== Requirements ====
Line 10: Line 12:
* DVBv5 - [https://linuxtv.org/docs/libdvbv5/index.html libdvbv5]
* DVBv5 - [https://linuxtv.org/docs/libdvbv5/index.html libdvbv5]
* [https://linuxtv.org/downloads/dtv-scan-tables/ dtv-scan-tables]
* [https://linuxtv.org/downloads/dtv-scan-tables/ dtv-scan-tables]

==== Depends ====

* gcc
* make
* libgtk 3.0 ( & dev )
* libudev ( & dev )
* libdvbv5 ( & dev )


==== Build ====
==== Build ====
* Binary ( if libdvbv5 is not installed, this library will be built and included in the program )

===== 1. Binary ( if libdvbv5 is not installed, this library will be built and included in the program ) =====

* make
* Run: build/dvbv5-scan-gtk
* sudo make install

===== 2. Library ( libdvbv5 ) =====

* make lib

Revision as of 15:11, 5 May 2020

Dvbv5-Gtk

Its hosted at [1].

Requirements

Build

  • Binary ( if libdvbv5 is not installed, this library will be built and included in the program )