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

Index
-----
1. Installation of LibLingoTeach
2. Frequently asked questions


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

LibLingoTeach 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.
LibLingoTeach 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 LibLingoTeach is doing in background at the moment.

    --enable-compression / --disable-compression

Enables / Disables automatic zlib compression for the user file(s).
 
2. Frequently asked questions (FAQ)
-----------------------------------

--
