MusicPlayerDaemon / ncmpc

curses client for MPD
GNU General Public License v2.0
108 stars 22 forks source link

ncmpc

ncmpc is a curses client for the Music Player Daemon <http://www.musicpd.org/>__.

.. image:: https://www.musicpd.org/clients/ncmpc/screenshot.png :alt: Screenshot of ncmpc

How to compile and install ncmpc

You need:

Optional:

Run meson::

meson . output --buildtype=debugoptimized -Db_ndebug=true

Compile and install::

ninja -C output ninja -C output install

Links