Skip to content

Commit 5ccb6fe

Browse files
committed
updated readme.md
1 parent 75e4d6a commit 5ccb6fe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@ Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
55

66
http://www.ympd.org
77

8+
![ScreenShot](http://www.ympd.org/assets/ympd_github.png)
89

910
Dependencies
1011
------------
11-
- libwebsockets master branch: http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets
1212
- libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/
1313
- cmake 2.6: http://cmake.org/
14-
- Optional: OpenSSL for SSL support in libwebsockets webserver
1514

1615
Unix Build Instructions
1716
-----------------------
1817

19-
1. Install Dependencies, cmake, openssl and libmpdclient are available from all major distributions.
18+
1. Install Dependencies, cmake and libmpdclient are available from all major distributions.
2019
2. create build directory ```cd /path/to/src; mkdir build; cd build```
2120
3. create makefile ```cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr```
2221
4. build ```make```
23-
5. install ```sudo make install``` or build debian package ```cpack -G DEB; sudo dpkg -i ympd*.deb```
22+
5. install ```sudo make install``` or just run with ```./ympd```
2423

2524
Copyright
2625
---------

0 commit comments

Comments
 (0)