Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 631 Bytes

Readme.md

File metadata and controls

34 lines (19 loc) · 631 Bytes
  • Gtk interface to DVBv5 tool
  • Scan & Zap & Fe
  • Drag and Drop & Command line argument:
    • Initial file -> Scan; dvb_channel.conf -> Zap

Dependencies

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

Quality

  • Good - Magenta; Ok - Aqua; Poor - Orange

Build

  1. Clone: git clone https://github.com/vl-nix/dvbv5-gtk.git

  2. Configure: meson build --prefix /usr --strip

  3. Build: ninja -C build

  4. Install: ninja install -C build

  5. Uninstall: ninja uninstall -C build