Truss Solver README

    This code is part of Truss Solver which is free software.
    See the file COPYING for more details.

    Copyright (C) 1997  T. W. Shield, shield@aem.umn.edu

    Truss Solver requires the Qt library, which is copyright
    Troll Tech AS.  Freely distributable programs may generally
    use Qt for free, see README.QT for details.


Very loosely based on FrameMac by Arlen Seeman.

This is the Linux i386 Binary (ELF) distribution of Truss Solver
for the Qt shared libaries (version 1.31).

Default locations:

binaries: /usr/local/bin
libs: /usr/lib

Edit the Makefile to change these

To install the binaries, truss and Qt shared libraries type (as root)

make install


Manual installation:

truss-#.#.# should be renamed truss and copied to a directory in your path.
If you use a C type shell remember to type rehash.

the Qt shared library, libqt.so.#.## must be in the loader's (ld) search
path.  You can add a directory to the search path using the LD_RUN_PATH
environment variable as follows:

C shell (csh or tcsh)

setenv LD_RUN_PATH /usr/local/lib

Bourne shell (sh or bash)

LD_RUN_PATH=/usr/local/lib
export LD_RUN_PATH

(replace /usr/local/lib with the location where you put libqt.so.#.##)

see the man page for 'ld' for more details on run time loading.
