• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H16-Oct-2020-129108

doc/H03-May-2022-1,324753

lyrics/H16-Oct-2020-326

po/H16-Oct-2020-32,82325,212

src/H03-May-2022-31,48419,001

test/H16-Oct-2020-5138

.gitignoreH A D16-Oct-202055 85

.travis.ymlH A D16-Oct-20201.5 KiB6253

AUTHORSH A D16-Oct-20201.8 KiB8256

COPYINGH A D16-Oct-202017.6 KiB340281

NEWSH A D16-Oct-202011.9 KiB329276

README.rstH A D16-Oct-20201.3 KiB5034

meson.buildH A D16-Oct-20209.4 KiB400341

valgrind.suppressionsH A D16-Oct-2020502 3935

README.rst

1ncmpc
2=====
3
4ncmpc is a curses client for the `Music Player Daemon
5<http://www.musicpd.org/>`__.
6
7.. image:: https://www.musicpd.org/clients/ncmpc/screenshot.png
8  :alt: Screenshot of ncmpc
9
10
11How to compile and install ncmpc
12--------------------------------
13
14You need:
15
16- a C++17 compliant compiler (e.g. gcc or clang)
17- `libmpdclient <https://www.musicpd.org/libs/libmpdclient/>`__ 2.9
18- `Boost 1.62 <https://www.boost.org/>`__
19- `ncurses <https://www.gnu.org/software/ncurses/>`__
20- `Meson 0.47 <http://mesonbuild.com/>`__ and `Ninja <https://ninja-build.org/>`__
21
22Optional:
23
24- `PCRE <https://www.pcre.org/>`__ (for regular expression support in
25  the "find" command)
26- `liblirc <https://sourceforge.net/projects/lirc/>`__ (for infrared
27  remote support)
28- `Sphinx <http://www.sphinx-doc.org/en/master/>`__ (for building
29  documentation)
30
31Run ``meson``::
32
33 meson . output
34
35Compile and install::
36
37 ninja -C output
38 ninja -C output install
39
40
41Links
42-----
43
44- `Home page and download <http://www.musicpd.org/clients/ncmpc/>`__
45- `Documentation <https://www.musicpd.org/doc/ncmpc/html/>`__
46- `git repository <https://github.com/MusicPlayerDaemon/ncmpc/>`__
47- `Bug tracker <https://github.com/MusicPlayerDaemon/ncmpc/issues>`__
48- `Help translate ncmpc to your native language <https://hosted.weblate.org/projects/ncmpc/>`__
49- `Forum <http://forum.musicpd.org/>`__
50