# This file is a part of the TTRM Program; # copyright (C) 2001-2002, Alexandros Droseltis; # it is distributed under the terms of the # GNU General Public Licence v.2 (read the file LICENCE) DETAILED INSTRUCTIONS ON INSTALLING ARE IN THE FILE NAMED "INSTALL". BUT YOU SHOULD READ THE CURRENT FILE FIRST. ************************************************** TTRM is a program written by Alexandros Droseltis that: a) creates musical arrays, as musical scores (TeX format) or square tables (text format) from a single given row; b) finds a given set in the row matrix. The program is designed for Linux and is GUI. The code is written in C++ and uses the QT3 library. ************************************************** In order to install TTRM, you must compile it from the source. PRESUMPTION: the qt3 package must be installed (bin, include, lib). Check it with the command: ls $QTDIR # you must see at least: bin include lib If you don't know what version of QT you have, check it with: ls -l $QTDIR At the end of the output line you should see the destination directory of the link, something like /usr/lib/qt3 -> qt-3.0.3 # so it's at least on my system. ************************************************** GENERAL PRESUMPTIONS TO RUN 100% OF THE APPLICATION: you must have the following packages installed: te_tex # the TeX package for Linux includes: xdvi, for viewing the DVI files. musixtex # the macro package for generating music scores with TeX dvips # for generating PS from DVI files dvipdf # for generating PDF from DVI files gv # for viewing the PS and PDF files THE TTRM PACKAGE IS DISTRIBUTED WITHOUT ANY KIND OF WARRANTY.