max-arnold / ncmpc

curses client for MPD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncmpc

ncmpc is a curses client for the Music Player Daemon.

Screenshot of ncmpc

How to compile and install ncmpc

You need:

Optional:

  • PCRE (for regular expression support in the "find" command)
  • liblirc (for infrared remote support)
  • Sphinx (for building documentation)

Run meson:

meson . output

Compile and install:

ninja -C output
ninja -C output install

Links

About

curses client for MPD

License:GNU General Public License v2.0


Languages

Language:C++ 96.9%Language:Meson 1.7%Language:C 0.8%Language:Python 0.6%Language:Shell 0.0%