Skip to content

be1/glurp

Repository files navigation

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.