Skip to content

skidoo23/ncmpc

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.8%
  • Python 2.6%
  • Meson 2.5%
  • Other 0.1%