ffontaine / 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 --buildtype=debugoptimized -Db_ndebug=true

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++ 94.6%Language:Python 2.7%Language:Meson 2.6%Language:C 0.1%Language:Shell 0.0%