ncmpc is a curses client for the Music Player Daemon.
You need:
- a C++20 compliant compiler (e.g. gcc or clang)
- libfmt
- libmpdclient 2.16
- ncurses
- Meson 0.60 and Ninja
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