~ubuntu-branches/ubuntu/lucid/gnome-subtitles/lucid

« back to all changes in this revision

Viewing changes to sublib-0.8/README

  • Committer: Bazaar Package Importer
  • Author(s): Tiago Bortoletto Vaz
  • Date: 2007-12-03 20:52:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071203205252-2y6uuv4gcw9mi9n5
Tags: 0.7-1
* New upstream release;
* Add libxml-parser-perl to Build-Depends-Indep. Thanks to Lucas Nussbaum.
  (Closes: #445799);
* Fixes manpage issue with dpatch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SubLib
 
2
====================
 
3
http://sublib.sf.net
 
4
 
 
5
SubLib is a library that eases the development of subtitling applications. It
 
6
supports the most common text-based subtitle formats and allows for subtitle
 
7
editing, conversion and synchronization.
 
8
 
 
9
SubLib is written in C# and can be used in platforms like Mono or .NET Framework.
 
10
 
 
11
 
 
12
Building from Source
 
13
====================
 
14
 
 
15
Windows users can use NAnt (3) or import the project into Visual Studio.
 
16
Linux users can use one of the following three.
 
17
 
 
18
1. Autotools
 
19
    * Run `./configure' followed by `make'
 
20
    * See the INSTALL file for more information
 
21
 
 
22
2. MonoDevelop
 
23
    * Use the `sublib.mds' file to open the project with MonoDevelop
 
24
 
 
25
3. NAnt
 
26
    * Use `nant build' to build the library as a binary DLL
 
27
    * Use `nant build-as-exe' to build the library as an EXE that allows to test
 
28
          part of its features
 
29
    * Use `nant build-docs' to build the docs
 
30
 
 
31
 
 
32
Building from SVN
 
33
=================
 
34
 
 
35
Checkout the latest code from the SVN:
 
36
        svn co https://sublib.svn.sf.net/svnroot/sublib/trunk/sublib
 
37
 
 
38
Run `./autogen.sh' to generate the build scripts. To build SubLib, use the
 
39
instructions in "Building from Source".