/*****************************************************************************/
/*                             ______________________                        */
/*                            / _ _ _ _ _ _ _ _ _ _ _)                       */
/*            ____  ____  _  / /__  __  _____  __                            */
/*           (_  _)( ___)( \/ /(  \/  )(  _  )(  )                           */
/*             )(   )__)  )  (  )    (  )(_)(  )(__                          */
/*            (__) (____)/ /\_)(_/\/\_)(_____)(____)                         */
/*            _ _ _ _ __/ /                                                  */
/*           (___________/                     ___  ___                      */
/*                                      \  )| |   ) _ _|\   )                */
/*                                 ---   \/ | |  / |___| \_/                 */
/*                                                       _/                  */
/*                                                                           */
/*   Copyright (C) The University of Texas at Austin                         */
/*                                                                           */
/*     Author:     Vinay Siddavanahalli <skvinay@cs.utexas.edu>   2004-2005  */
/*                                                                           */
/*     Principal Investigator: Chandrajit Bajaj <bajaj@ices.utexas.edu>      */
/*                                                                           */
/*         Professor of Computer Sciences,                                   */
/*         Computational and Applied Mathematics Chair in Visualization,     */
/*         Director, Computational Visualization Center (CVC),               */
/*         Institute of Computational Engineering and Sciences (ICES)        */
/*         The University of Texas at Austin,                                */
/*         201 East 24th Street, ACES 2.324A,                                */
/*         1 University Station, C0200                                       */
/*         Austin, TX 78712-0027                                             */
/*         http://www.cs.utexas.edu/~bajaj                                   */
/*                                                                           */
/*         http://www.ices.utexas.edu/CVC                                    */
/*  This software comes with a license. Using this code implies that you     */
/*  read, understood and agreed to all the terms and conditions in that      */
/*  license.                                                                 */
/*                                                                           */
/*  We request that you agree to acknowledge the use of the software that    */
/*  results in any published work, including scientific papers, films and    */
/*  videotapes by citing the reference listed below                          */
/*                                                                           */
/*    C. Bajaj, P. Djeu, V. Siddavanahalli, A. Thane,                        */
/*    Interactive Visual Exploration of Large Flexible Multi-component       */
/*    Molecular Complexes,                                                   */
/*    Proc. of the Annual IEEE Visualization Conference, October 2004,       */
/*    Austin, Texas, IEEE Computer Society Press, pp. 243-250.               */
/*                                                                           */
/*****************************************************************************/




How to run TexMol:
_____________________


For all the features of TexMol to work, you will need an NVidia FX or better.
This distribution has been compiled and tested on RedHat Linux R9, 32 bits. 
This distribution contains a batch file runTexMol which you can use to invoke 
the binary. 101M.pdb from pdb.org is included for your testing purpose.


Dependencies
_____________________

-bash$ ldd TexMol 
        ./lib/libCg.so => ./lib/libCg.so (0x40017000)
        ./lib/libCgGL.so => ./lib/libCgGL.so (0x4013d000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x40182000)
        libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40190000)
        libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40198000)
        libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x401a0000)
        libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x401a5000)
        libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x401ae000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x401c0000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40211000)
        libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40236000)
        libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4023f000)
        libdl.so.2 => /lib/libdl.so.2 (0x40257000)
        libGLU.so.1 => /usr/X11R6/lib/libGLU.so.1 (0x4025b000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x402d8000)
        libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40350000)
        libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40366000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40374000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40454000)
        libm.so.6 => /lib/tls/libm.so.6 (0x40507000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40529000)
        libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
        libCg.so => /usr/lib/libCg.so (0x40531000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
        libexpat.so.0 => /usr/lib/libexpat.so.0 (0x40657000)
        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x40678000)
        libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0x40dc9000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40dcb000)
