From 5ccb6fe21ea310a6e72424e7e1f1cebbf2a8c900 Mon Sep 17 00:00:00 2001 From: Andrew Karpow Date: Sat, 8 Mar 2014 21:11:14 +0100 Subject: [PATCH] updated readme.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c71e778..f08aa2b 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,21 @@ Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS http://www.ympd.org +![ScreenShot](http://www.ympd.org/assets/ympd_github.png) Dependencies ------------ - - libwebsockets master branch: http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets - libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/ - cmake 2.6: http://cmake.org/ - - Optional: OpenSSL for SSL support in libwebsockets webserver Unix Build Instructions ----------------------- -1. Install Dependencies, cmake, openssl and libmpdclient are available from all major distributions. +1. Install Dependencies, cmake and libmpdclient 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``` -5. install ```sudo make install``` or build debian package ```cpack -G DEB; sudo dpkg -i ympd*.deb``` +5. install ```sudo make install``` or just run with ```./ympd``` Copyright --------- -- 2.20.1