diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-06 03:27:29 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-10-06 03:29:32 +0200 |
commit | ca38c1d91a472343de9e949b9d3fdd55a237f0ea (patch) | |
tree | 8a171616814985dd59e58c677971a2c2cc56ec45 /README.adoc | |
parent | c6e337e5c5a03337001d204fba4b4959a8e411be (diff) | |
download | nncmpp-ca38c1d91a472343de9e949b9d3fdd55a237f0ea.tar.gz nncmpp-ca38c1d91a472343de9e949b9d3fdd55a237f0ea.tar.xz nncmpp-ca38c1d91a472343de9e949b9d3fdd55a237f0ea.zip |
Add CMakeLists.txt, link with cURL
My global .gitignore seems to be more trouble than it's worth.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 22 |
1 files changed, 14 insertions, 8 deletions
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 = "<your password>" - root = "~/Music" + address = "localhost" + password = "<your 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 = "" } .... |