File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,21 @@ Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
55
66http://www.ympd.org
77
8+ ![ ScreenShot] ( http://www.ympd.org/assets/ympd_github.png )
89
910Dependencies
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
1615Unix 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.
20192 . create build directory ``` cd /path/to/src; mkdir build; cd build ```
21203 . create makefile ``` cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr ```
22214 . 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
2524Copyright
2625---------
You can’t perform that action at this time.
0 commit comments