For all the current Bugs and feature requests, check out
http://sourceforge.net/tracker/?group_id=1637

Index
-----
1. Installation of LingoTeach
2. Updating from prior versions
3. Frequently asked questions


1. Installation
---------------

LingoTeach uses the common autoconf and automake tools from GNU,
so installation should not be a big deal:
Simply do a ./configure && make && make install to install LingoTeach
with standard parameters. For more detail on the different features and 
options, type ./configure --help.
LingoTeach has got some extra parameters, which can be used at the 
configuration:

--enable-debug / --disable-debug

Prints a lot of debugging stuff. Use this switch, to get more information 
about what LingoTeach is doing in background at the moment

--with-plugins / --without-plugins

Builds shared modules (needs libtool) for lingoteach and installs them. 
You can use those modules in lingoteach then.

--with-gtk-gui / --without-gtk-gui

Build the GTK2 based GUI for LingoTeach (needs GTK2). This is the default UI 
for LingoTeach.


2. Updating from prior versions
-------------------------------

If you are updating to v0.4.0 from a prior version, you might notice,
that several configuration options are unset. Unfortunately those were
not portable and thus have to be set manually.


3. Frequently asked questions (FAQ)
-----------------------------------

  Q: Compiling lingoteach-ui breaks with a notice about a missing 
     lingoteach.pot file in po/.
  A: That is a gettext problem with the M4 macros of the autoconf/automake 
     utilities. We recommend you to upgrade your gettext and autotools to the 
     latest versions (at least gettext >= 0.12.x, autoconf >= 2.50, 
     automake >= 1.4).
