Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. HOWTO USE THE TCL/TK APP IN 'jp3d/tcltk'
  2. ----------------------------------------
  3. 1. Download the 'BWidget-1.9.2'
  4.     http://www.sourceforge.net/projects/tcllib/
  5.  
  6. 2. Install it e.g. in '/usr/local/BWidget-1.9.2/'
  7. 3. Add the lappend command in line 4
  8.   to jp3d/tcltk/LPI_JP3D_VM.tcl:
  9.  
  10. #!/bin/sh
  11. # The next line is executed by /bin/sh, but not tcl \
  12. exec wish "$0" ${1+"$@"}
  13. lappend auto_path /usr/local/BWidget-1.9.2
  14.