Update README.md

Added links to Dependencies.
This commit is contained in:
Larson Carter
2019-09-30 18:27:34 -05:00
committed by GitHub
parent 0ed6609aa4
commit 9f6286e6e6

View File

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