From: Florian Heinemann Date: Sun, 21 Jan 2018 21:06:40 +0000 (+0100) Subject: Update README.md to highlight OpenSSL dependency X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=bba35bf682b70e7374d6ad5097ed471e10485e29;p=ympd.git Update README.md to highlight OpenSSL dependency --- diff --git a/README.md b/README.md index 08ef76d..ba198ba 100644 --- 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```