Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
build/ | H | 16-Oct-2020 | - | 129 | 108 | |
doc/ | H | 03-May-2022 | - | 1,324 | 753 | |
lyrics/ | H | 16-Oct-2020 | - | 32 | 6 | |
po/ | H | 16-Oct-2020 | - | 32,823 | 25,212 | |
src/ | H | 03-May-2022 | - | 31,484 | 19,001 | |
test/ | H | 16-Oct-2020 | - | 51 | 38 | |
.gitignore | H A D | 16-Oct-2020 | 55 | 8 | 5 | |
.travis.yml | H A D | 16-Oct-2020 | 1.5 KiB | 62 | 53 | |
AUTHORS | H A D | 16-Oct-2020 | 1.8 KiB | 82 | 56 | |
COPYING | H A D | 16-Oct-2020 | 17.6 KiB | 340 | 281 | |
NEWS | H A D | 16-Oct-2020 | 11.9 KiB | 329 | 276 | |
README.rst | H A D | 16-Oct-2020 | 1.3 KiB | 50 | 34 | |
meson.build | H A D | 16-Oct-2020 | 9.4 KiB | 400 | 341 | |
valgrind.suppressions | H A D | 16-Oct-2020 | 502 | 39 | 35 |
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