Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 453 Bytes

Glurp

An old gtk+ 2.x MPD client

Prerequisites

You need autotools, pkg-config, and headers and libs for gtk+-2.0 (>= 2.4) glib-2.0 (>= 2.4) gmodule-2.0 (>= 2.6) libmpd (>= 0.0.9.8)

Build on *nix

Use autoreconf -i to generate configure script and install build helpers. Use ./configure && make to build glurp. As root, use make install to properly install gluid.

Uninstall

In the source tree, as root, use make uninstall.