mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-30 00:19:54 +00:00
commit
acc5855e17
@ -17,7 +17,7 @@ Dependencies
|
|||||||
Unix Build Instructions
|
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```
|
2. create build directory ```cd /path/to/src; mkdir build; cd build```
|
||||||
3. create makefile ```cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr```
|
3. create makefile ```cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr```
|
||||||
4. build ```make```
|
4. build ```make```
|
||||||
|
2
ympd.1
2
ympd.1
@ -6,7 +6,7 @@ ympd \- Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
ympd [OPTION]...
|
ympd [OPTION]...
|
||||||
.SH DESCRIPTION
|
.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)
|
ympd is based in part on the work of the mongoose http server (https://github.com/cesanta/mongoose)
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
Loading…
Reference in New Issue
Block a user