Unix Build Instructions
-----------------------
-1. Install Dependencies, cmake 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```
```
Usage: ./ympd [OPTION]...
- -h, --host <host> connect to mpd at host [localhost]
- -p, --port <port> connect to mpd at port [6600]
+ -h, --host <host> connect to mpd at host [localhost]
+ -p, --port <port> connect to mpd at port [6600]
-w, --webport [ip:]<port> listen interface/port for webserver [8080]
-u, --user <username> drop priviliges to user after socket bind
- -V, --version get version
- --help this help
+ -V, --version get version
+ --help this help
```
.SH SYNOPSIS
ympd [OPTION]...
.SH DESCRIPTION
-ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated werbserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies.
+ympd is a lightweight MPD (Music Player Daemon) web client that runs without a dedicated webserver or interpreters like PHP, NodeJS or Ruby. It's tuned for minimal resource usage and requires only very litte dependencies.
ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose)
.SH OPTIONS