File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ ympd
2
+ ====
3
+
4
+ Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
5
+
6
+ http://www.ympd.org
7
+
8
+
9
+ Dependencies
10
+ ------------
11
+ - libwebsockets master branch: http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets
12
+ - libmpdclient 2: http://www.musicpd.org/libs/libmpdclient/
13
+ - cmake 2.6: http://cmake.org/
14
+ - Optional: OpenSSL for SSL support in libwebsockets webserver
15
+
16
+ Unix Build Instructions
17
+ -----------------------
18
+
19
+ 1 . Install Dependencies, cmake, openssl and libmpdclient are available from all major distributions.
20
+ 2 . create build directory ``` cd /path/to/src; mkdir build; cd build ```
21
+ 3 . create makefile ``` cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr ```
22
+ 4 . build ``` make ```
23
+ 5 . install ``` sudo make install ``` or build debian package ``` cpack -G DEB; sudo dpkg -i ympd*.deb ```
24
+
25
+ Copyright
26
+ ---------
27
+
28
+
You can’t perform that action at this time.
0 commit comments