Updated Czech translation
[gn-sub.git] / README
blobc757768940273a6b2cb529a08b477d60b14619d6
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.12
15     Gtk-Sharp   >= 2.12
16     Glade-Sharp >= 2.12
17     GConf-Sharp >= 2.12
18     GStreamer   >= 0.10
19     GStreamer-Plugins-Base >= 0.10
20     GtkSpell    >= 2.0
21     Enchant     >= 1.3
24 Building from Source
25 ====================
27 Build it with the usual `./configure' followed by `make' commands.
28 Install it with `make install'.
29 Run it with `gnome-subtitles' or use the icon in the GNOME menu.
31 To try the program without installing it, `cd' to the `build' dir after building
32 it and run it with `mono gnome-subtitles.exe'.
34 The INSTALL file contains detailed information on this subject.
37 Building from Git
38 =================
40 Get the latest code from the GNOME Git repository:
41         git clone git://git.gnome.org/gnome-subtitles
43 Run `./autogen.sh' to generate the build scripts. Some packages are required:
44     autoconf
45     automake
46     glib-gettext
47     gnome-common
48     gnome-doc-utils
49     gtk-doc
50     intltool
51     libtool
52     pkg-config
54 You can now proceed to "Building from Source" to build Gnome Subtitles.
55 See http://live.gnome.org/Git/Developers for more information on how to use the
56 GNOME Git repository.