From 28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Sun, 18 Sep 2022 09:15:23 +0200 Subject: Implement lyrics lookup There is now a generic mechanism for loading lyrics, or any other arbitrary content related to songs. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index d634d57..14d63a3 100644 --- a/README.adoc +++ b/README.adoc @@ -40,7 +40,7 @@ Building Build dependencies: CMake, pkg-config, asciidoctor or asciidoc, liberty (included), termo (included) + Runtime dependencies: ncursesw, libunistring, cURL + -Optional runtime dependencies: fftw3, libpulse, x11, xft +Optional runtime dependencies: fftw3, libpulse, x11, xft, Perl + cURL (lyrics) $ git clone --recursive https://git.janouch.name/p/nncmpp.git $ mkdir nncmpp/build -- cgit v1.2.3-54-g00ecf