Gnome Subtitles
=============================
http://gnome-subtitles.sf.net

Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports the most
common text-based subtitle formats and allows for subtitle editing, translation
and synchronization.


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

Required:
    Mono      >= 1.1 (mono to run, gmcs to build)
    Gtk+      >= 2.8
    Gtk#      >= 2.8
    Gnome#    >= 2.8
    Glade#    >= 2.8
    GConf#    >= 2.8
    GStreamer >= 0.10
    GStreamer-plugins-base >= 0.10
    GtkSpell  >= 2.0
    Enchant   >= 1.3
    SubLib    >= 0.8


Building from Source
====================

Build it with the usual `./configure' followed by `make' commands.
Install it with `make install'.
Run it with `gnome-subtitles' or use the icon in the GNOME menu.

To try the program without installing it, `cd' to the `build' dir after building
it and run it with `mono gnome-subtitles.exe'.

The INSTALL file contains detailed information on this subject.


Building from SVN
=================

Checkout the latest code from the GNOME SVN:
	svn co http://svn.gnome.org/svn/gnome-subtitles/trunk gnome-subtitles

Run `./autogen.sh' to generate the build scripts. Some packages are required:
    autoconf
    automake
    glib-gettext
    gnome-common
    gnome-doc-utils
    gtk-doc
    intltool
    libtool
    pkg-config

You can now proceed to "Building from Source" to build Gnome Subtitles.

