
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.

Tools needed:

   * Qt library, (is vailable free under X11/Unix from  www.troll.no)

   * tmake,  available from ftp.toll.no  contrib directory

   * perl5 to run tmake

Compiling:

Linux w/gcc or Irix with DCC (assumes proper tmake configuration):

tmake truss.pro -o Makefile
make


Win95/NT with MS Visual C++ v5.x:

tmake truss.pro -o truss.mak
nmake -f truss.mak


To use the truss_model Class without the Qt interface, see the file:

 	example.cpp
