Welcome to tipograf.
tipograf is free software. Please see the file COPYING for details. For documentation, please see the files in the doc subdirectory. For complete building and installation instructions please see the INSTALL file.
0. Prerequisites:
- A working installation of the following software packages:
- Qt 3.0 or higher (http://www.trolltech.com)
- A2ps 4.0 or higher (http://www.inf.enst.fr/~demaille/a2ps/)
- If you want to compile the source distribution of Tipograf
you need the following stuff in addition to the above:
- GCC 2.96 or higher (http://www.gnu.org)
- GNU Make 3.79 or higher (http://www.gnu.org)
- Working Qt 3.0 tools (moc, uic, lupdate, lrelease) (http://www.trolltech.com)
1. Quick installation hints:
This will install Tipograf under the /usr/local hierarchy.
- Download tipograf-XXX.tar.gz from http://www.falk-henrich.de
- Unzip the tarball: tar xzvf tipograf-XXX.tar.gz
- Cd into the distribution directory: cd tipograf-XXX
- Configure the sources:
./configure
If configure complains about missing Qt library files try one of the following
./configure --with-qt-inc=DIR --with-qt-lib=DIR --with-qt-bin=DIR ./configure --with-qt-dir=DIR
where DIR stands for the respective Qt installation directories.
- Compile the sources: make
- Install the sources: make install
2. Running the program:
If your PATH variable contains "/usr/local/bin" you should be fine by typing "tipograf".
3. Deinstallation:
- Cd into the distribution directory: cd tipograf-XXX
- Deinstall the software: make uninstall
- Remove any files that make was afraid to remove.
