tpdfview ======== tpdfview (tiny PDF viewer, or tokkee's PDF viewer, choose whatever you like best) displays PDF files. It was developed with presentations and accompanying material in mind. This is free and open source software, licensed under the 2-clause BSD license. See COPYING for details. Prerequisites ------------- To compile the tpdfview package from source you need: * A build environment: autotools, libtool, C compiler, ... * A POSIX + Single UNIX Specification compatible C library. * libcairo: The 2D vector graphics library is used for the actual drawing of the PDF on screen. * libgtk-2.0: The cross-plattform GIMP Toolkit (GTK+) is used to create the graphical user interface. * libpoppler-glib: The (GLib-based) PDF rendering library is used for handling the PDF files. Configuring / Compiling / Installing ------------------------------------ To configure, build and install tpdfview with the default settings, run `./configure && make && make install'. For detailed, generic instructions see INSTALL. For a complete list of configure options and their description, run `./configure --help'. By default, tpdfview will be installed into `/opt/tpdfview'. You can adjust this setting by specifying the `--prefix' configure option - see INSTALL for details. If you pass DESTDIR= to `make install', will be prefixed to all installation directories. This might be useful when creating packages for tpdfview. Author ------ Sebastian "tokkee" Harl