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

Index
-----
1. Installation of LingoTeach
   1.1. Configuration parameters
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

NOTE: The make utility means GNU make, not BSD make or another one.


1.1. Configuration parameters
-----------------------------
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

Builds the Gtk+-2.x based GUI for LingoTeach. This is the default UI 
for LingoTeach. Gtk+ can be obtained from http://www.gtk.org

    --with-printing=[pslib] / --without-printing

Enables printing support using the specific library. Currently LingoTeach
only supports printing using pslib, which can be obtained from
http://pslib.sourceforge.net/


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)
-----------------------------------

None at the moment.
