Update README.md to highlight OpenSSL dependency
authorFlorian Heinemann <florian.heinemann@gmail.com>
Sun, 21 Jan 2018 21:06:40 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Sun, 21 Jan 2018 21:06:40 +0000 (22:06 +0100)
README.md

index 08ef76d..ba198ba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,11 +13,12 @@ Dependencies
 ------------
  - libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/
  - cmake 2.6: http://cmake.org/
+ - OpenSSL: https://www.openssl.org/
 
 Unix Build Instructions
 -----------------------
 
-1. install dependencies, cmake and libmpdclient are available from all major distributions.
+1. install dependencies. cmake, libmpdclient (dev), and OpenSSL (dev) are available from all major distributions.
 2. create build directory ```cd /path/to/src; mkdir build; cd build```
 3. create makefile ```cmake ..  -DCMAKE_INSTALL_PREFIX:PATH=/usr```
 4. build ```make```