Added files to ignore list
[gn-sub.git] / README
blobcc25757eba445a9e836d905151ff020f326ec349
1 Gnome Subtitles
2 =============================
3 http://gnome-subtitles.sf.net
5 Gnome Subtitles is a subtitle editor for the GNOME desktop. It supports the most
6 common text-based subtitle formats and allows for subtitle editing, translation
7 and synchronization.
10 Dependencies
11 ============
13     Mono        >= 1.1 (mono to run, gmcs to build)
14     Gtk+        >= 2.8
15     Gtk-Sharp   >= 2.8
16     Glade-Sharp >= 2.8
17     Gnome-Sharp >= 2.8
18     GConf-Sharp >= 2.8
19     GStreamer   >= 0.10
20     GStreamer-Plugins-Base >= 0.10
21     GtkSpell    >= 2.0
22     Enchant     >= 1.3
23     SubLib      >= 0.9
26 Building from Source
27 ====================
29 Build it with the usual `./configure' followed by `make' commands.
30 Install it with `make install'.
31 Run it with `gnome-subtitles' or use the icon in the GNOME menu.
33 To try the program without installing it, `cd' to the `build' dir after building
34 it and run it with `mono gnome-subtitles.exe'.
36 The INSTALL file contains detailed information on this subject.
39 Building from SVN
40 =================
43 Checkout the latest code from the GNOME SVN:
44         svn co http://svn.gnome.org/svn/gnome-subtitles/trunk gnome-subtitles
46 Run `./autogen.sh' to generate the build scripts. Some packages are required:
47     autoconf
48     automake
49     glib-gettext
50     gnome-common
51     gnome-doc-utils
52     gtk-doc
53     intltool
54     libtool
55     pkg-config
57 You can now proceed to "Building from Source" to build Gnome Subtitles.
59 Note that, regarding the required dependencies, SubLib SVN version may be needed
60 when building Gnome Subtitles from the SVN. Information on building SubLib from
61 the SVN is available at: http://sublib.sourceforge.net/development.