Dependencies
============

Those are the dependencies needed to compile udisks-glue:

* DBus Glib bindings (libdbus-glib-1-dev in Debian)
* GLib (libglib2.0-dev in Debian)
* libConfuse (libconfuse-dev in Debian)
* autoconf
* automake
* pkg-config


Installation instructions
=========================

udisks-glue uses autotools. If you're downloading from the Git repository, you
might need to run autogen.sh before you compile it:

$ ./autogen.sh

Compiling and installing it is simple enough:

$ ./configure --prefix=/foo/bar
$ make
$ make install
