Code

Initial import of the tiny PDF viewer.
[tpdfview.git] / README
1 tpdfview
2 ========
4   tpdfview (tiny PDF viewer, or tokkee's PDF viewer, choose whatever you like
5   best) displays PDF files. It was developed with presentations and
6   accompanying material in mind.
8   This is free and open source software, licensed under the 2-clause BSD
9   license. See COPYING for details.
11 Prerequisites
12 -------------
14   To compile the tpdfview package from source you need:
16   * A build environment: autotools, libtool, C compiler, ...
18   * A POSIX + Single UNIX Specification compatible C library.
20 Configuring / Compiling / Installing
21 ------------------------------------
23   To configure, build and install tpdfview with the default settings, run
24   `./configure && make && make install'. For detailed, generic instructions
25   see INSTALL. For a complete list of configure options and their description,
26   run `./configure --help'.
28   By default, tpdfview will be installed into `/opt/tpdfview'. You can adjust
29   this setting by specifying the `--prefix' configure option - see INSTALL for
30   details. If you pass DESTDIR=<path> to `make install', <path> will be
31   prefixed to all installation directories. This might be useful when creating
32   packages for tpdfview.
34 Author
35 ------
37   Sebastian "tokkee" Harl <sh@tokkee.org>