From ca38c1d91a472343de9e949b9d3fdd55a237f0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 6 Oct 2016 03:27:29 +0200 Subject: Add CMakeLists.txt, link with cURL My global .gitignore seems to be more trouble than it's worth. --- README.adoc | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index b66e2dc..d6ab07c 100644 --- a/README.adoc +++ b/README.adoc @@ -29,7 +29,7 @@ https://build.opensuse.org/project/repositories/home:pjanouch:git Building and Running -------------------- Build dependencies: CMake, pkg-config, liberty (included), termo (included) + -Runtime dependencies: ncursesw, libunistring +Runtime dependencies: ncursesw, libunistring, cURL $ git clone --recursive https://github.com/pjanouch/nncmpp.git $ mkdir nncmpp/build @@ -57,15 +57,21 @@ Create _~/.config/nncmpp/nncmpp.conf_ with contents like the following: .... settings = { - address = "localhost" - password = "" - root = "~/Music" + address = "localhost" + password = "" + root = "~/Music" } colors = { - header = "reverse" - header_active = "ul" - even = "16 231" - odd = "16 255" + header = "" + highlight = "bold" + elapsed = "reverse" + remains = "ul" + tab_bar = "reverse" + tab_active = "ul" + even = "" + odd = "" + selection = "reverse" + scrollbar = "" } .... -- cgit v1.2.3