The README.md file contains more detailed installation instructions.
Most users can simply run:


$ ./autogen.sh
$ ./configure [--enable-debug] [--prefix=$HOME]
$ make

and finally to install system-wide (the default) run as root

# make install

After having installed libtrash, you need to activate it as described
in the file README.md.


Some useful options to ./configure:
----------------------------------

--enable-debug will generate lots of debug information 

--prefix=$HOME will let you install libtrash locally as a user

Type `./configure --help` for all configuration options available.

