Add CMakeLists.txt, link with cURL

My global .gitignore seems to be more trouble than it's worth.
This commit is contained in:
2016-10-06 03:27:29 +02:00
parent c6e337e5c5
commit ca38c1d91a
3 changed files with 112 additions and 9 deletions

View File

@@ -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 = ""
}
....