home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Freeware / Programare / th2DGraph / Demo / run_demo < prev    next >
Encoding:
Text File  |  2004-09-06  |  246 b   |  11 lines

  1. #!/bin/bash
  2.  
  3. #library path (TYPE VALID PATH !!!)
  4. LD_LIBRARY_PATH="/home/tom/kylix3/bin/:$LD_LIBRARY_PATH"
  5.  
  6. #libqt.so.2 a libqtintf-6.9-qt2.3.so
  7. export LD_LIBRARY_PATH
  8.  
  9. #run demo ('ns' parameter run demo without splashscreen)
  10. ./th2DGraph_Demo -ns
  11.