The file [`INSTALL`](INSTALL) contains generic installation instructions.
### Installation
From source code repository:
## Debugging Support
% cd xfce4-screenshooter
% ./autogen.sh
% make
% make install
xfce4-screenshooter currently supports three different levels of debugging support,
which can be setup using the configure flag `--enable-debug` (check the output
of `configure --help`):
From release tarball:
| Argument | Description |
| ------- | ----------- |
| `yes` | This is the default for Git snapshot builds. It adds all kinds of checks to the code, and is therefore likely to run slower. Use this for development of xfce4-screenshooter and locating bugs in xfce4-screenshooter. |
| `minimum` | This is the default for release builds. **This is the recommended behaviour.** |
| `no` | Disables all sanity checks. Don't use this unless you know exactly what you do. |
% tar xf xfce4-screenshooter-<version>.tar.bz2
% cd xfce4-screenshooter-<version>
% ./configure
% make
% make install
### Reporting Bugs
## How to report bugs?
Visit the [reporting bugs](https://docs.xfce.org/apps/xfce4-screenshooter/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
Bugs should be reported to the [Xfce bug tracking system](https://bugzilla.xfce.org)
against the product xfce4-screenshooter. You will need to create an account for yourself.