Dvbv5-scan-gtk

From LinuxTVWiki
Revision as of 07:06, 18 March 2020 by Mauro Carvalho Chehab (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Dvbv5-Scan-Gtk

Its hosted at [1].

Requirements

Depends

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

Build

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