Skip to content

Commit 2513d26

Browse files
committed
add readme for github
1 parent 8c42ba2 commit 2513d26

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
2013-2014 <[email protected]>

0 commit comments

Comments
 (0)