• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-599537

src/H03-May-2022-2,7071,510

test/H03-May-2022-710478

AUTHORSH A D23-Nov-200398 43

COPYINGH A D23-Nov-200317.6 KiB341281

ChangeLogH A D23-Nov-200311.4 KiB340252

HACKINGH A D23-Nov-200393 84

INSTALLH A D23-Nov-20037.6 KiB183143

Makefile.amH A D23-Nov-200393 53

Makefile.inH A D03-May-202214.1 KiB451371

NEWSH A D23-Nov-20032.8 KiB5652

READMEH A D23-Nov-2003961 3423

aclocal.m4H A D23-Nov-200335.8 KiB1,079971

autogen.shH A D23-Nov-20031.4 KiB6044

config.guessH A D23-Nov-200341.1 KiB1,4081,211

config.h.inH A D23-Nov-20032.9 KiB11979

config.subH A D23-Nov-200329.6 KiB1,5051,364

configureH A D23-Nov-2003168.2 KiB5,6684,620

configure.inH A D23-Nov-20032.4 KiB8975

depcompH A D23-Nov-200311.8 KiB412275

install-shH A D23-Nov-20035.5 KiB252153

liblingoteach.pc.inH A D03-May-2022253 1310

ltconfigH A D23-Nov-200396 KiB3,1332,419

ltmain.shH A D23-Nov-2003111.1 KiB4,1353,121

missingH A D23-Nov-20038.6 KiB284224

mkinstalldirsH A D23-Nov-2003722 4123

stamp-h.inH A D23-Nov-20030

README

1For all the current Bugs and feature requests, check out
2http://sourceforge.net/tracker/?group_id=1637
3
4Index
5-----
61. Installation of LibLingoTeach
72. Frequently asked questions
8
9
101. Installation
11---------------
12
13LibLingoTeach uses the common autoconf and automake tools from GNU,
14so installation should not be a big deal:
15Simply do a ./configure && make && make install to install LingoTeach
16with standard parameters. For more detail on the different features and
17options, type ./configure --help.
18LibLingoTeach has got some extra parameters, which can be used at the
19configuration:
20
21    --enable-debug / --disable-debug
22
23Prints a lot of debugging stuff. Use this switch, to get more information
24about what LibLingoTeach is doing in background at the moment.
25
26    --enable-compression / --disable-compression
27
28Enables / Disables automatic zlib compression for the user file(s).
29
302. Frequently asked questions (FAQ)
31-----------------------------------
32
33--
34