diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-18 09:15:23 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-20 11:04:39 +0200 |
commit | 28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed (patch) | |
tree | 3e6f1af6d9bcf195b9b52c4485741ed2c5eec60c /README.adoc | |
parent | b6dd94072080d29b356d2c22d9f317deac55331d (diff) | |
download | nncmpp-28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed.tar.gz nncmpp-28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed.tar.xz nncmpp-28ed7a85a8cbf3173f17e8ca9f7c8a7d5a7c98ed.zip |
Implement lyrics lookup
There is now a generic mechanism for loading lyrics,
or any other arbitrary content related to songs.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |