Update README.md

Added links to Dependencies.
master
Larson Carter 7 years ago committed by GitHub
parent 0ed6609aa4
commit 9f6286e6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      README.md

@ -19,13 +19,12 @@ Project page - http://rybczak.net/ncmpcpp/
### Dependencies:
* boost library
* ncurses library
* readline library
* curl library (optional, required for fetching lyrics and last.fm data)
* fftw library (optional, required for frequency spectrum music visualization mode)
* tag library (optional, required for tag editing)
* boost library [https://www.boost.org/]
* ncurses library [http://www.gnu.org/software/ncurses/ncurses.html]
* readline library [https://tiswww.case.edu/php/chet/readline/rltop.html]
* curl library (optional, required for fetching lyrics and last.fm data) [https://curl.haxx.se/]
* fftw library (optional, required for frequency spectrum music visualization mode) [http://www.fftw.org/]
* tag library (optional, required for tag editing) [https://taglib.org/]
### Known issues:
* No full support for handling encodings other than UTF-8.

Loading…
Cancel
Save