Code

src/Makefile: Print some useful information after a successful built.
[lm2latex.git] / README
1 lm2latex
2 ========
4   lm2latex (Linux-Magazin to LaTeX) converts a text file formatted using the
5   "Linux Magazin" markup to a LaTeX file.
7   This is free and open source software, licensed under the 2-clause BSD
8   license. See COPYING for details.
10 Prerequisites
11 -------------
13   To compile the lm2latex package from source you need:
15   * A build environment: autotools, libtool, C compiler, ...
17   * A POSIX + Single UNIX Specification compatible C library.
19   * The lexical analyzer generator "flex".
21 Configuring / Compiling / Installing
22 ------------------------------------
24   To configure, build and install lm2latex with the default settings, run
25   `./configure && make && make install'. For detailed, generic instructions
26   see INSTALL. For a complete list of configure options and their description,
27   run `./configure --help'.
29   By default, lm2latex will be installed into `/opt/lm2latex'. You can adjust
30   this setting by specifying the `--prefix' configure option - see INSTALL for
31   details. If you pass DESTDIR=<path> to `make install', <path> will be
32   prefixed to all installation directories. This might be useful when creating
33   packages for lm2latex.
35 Author
36 ------
38   Sebastian "tokkee" Harl <sh@tokkee.org>