
---- EJECTER ----

--- INSTALLATION INSTRUCTIONS ---

To compile and install Ejecter you need:
 
 * GTK >= 2.14 (and its dependencies, as GLib and Gio)
        libraries and header files (often -dev packages)
 * Python >= 2.3
 * Vala >= 0.7
 
Ejecter uses Waf to build and install. It is included within Ejecter package,
so you do not need to install anything strange.

To install just run:

1) ./waf configure

   This checks if your system has the required tools
   ( if you want to specify a particular prefix for Ejecter install pass it as an argument:
     ./waf configure --prefix=/usr )
   Same as "./configure" in autotools-based projects
     
2) ./waf

   This launches the Vala compiler, producing the binary
   Same as "make" in autotools-based projects

3) ./waf install

   This actually installs the files on your system, an operation for which you could need
   root (super-user) privileges. In this case see "sudo" or "su" in the documentation 
   of your system.
   Same as "make install" in autotools-based projects


--- RUNNING ---

Once installed, just run "ejecter" from the command-line or the run dialog (often you can 
get it by pressing ALT+F2). It could be useful to add ejecter to the programs that are
automatically started at login.
Ejecter will run in background, showing an icon in your system-tray (or notification area)
when one or more external media and devices are connected to your system.

