/emperor

Orthodox file manager for GNOME — DEAD, recommended alternative: MeanEYE/sunflower

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Emperor
=======

An orthodox file manager for the GNOME desktop.

Installation
------------

To build Emperor from source, you will need:

 * A working C compiler, make, and a bourne-compatible /bin/sh
 * GTK+3 and dependencies
 * json-glib
 * Gee, the Vala collections library, version 0.7.0 or newer.
 * optionally, libnotify version 0.7

Configure the package with `./configure', build with `make', and install
with `make install` (usually as root). Type `./configure --help' for a 
full list of configuration options. See the file `INSTALL' for details.

If you wish to build Emperor without libnotify support, either because your
system does not have libnotify version 0.7, or because you wish to disable
it, you will need also the Vala compiler.

To run Emperor from the source tree without installing, use `make run'.

To bootstrap, e.g. if you got the source with git, you will also need:

 * Vala, version 0.17.3 or newer
 * GNU Autoconf, Automake, and Libtool
 * Intltool

To generate the `./configure' script from a git clone, run `./bootstrap.sh'

Hacking
-------

`make valadoc' will generate API docs for the application core.

Copyright
---------

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

For details, refer to the file COPYING.

See also: AUTHORS