openjpeg/tcltk
Antonin Descampe 3caa4f8f4f Added files to let people build openjpeg with configure tools ; Added makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages 2010-10-05 10:33:15 +00:00
..
LPI_JP3D_VM.tcl initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
README Added files to let people build openjpeg with configure tools ; Added makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages 2010-10-05 10:33:15 +00:00
Thumbs.db initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
decoder.tcl initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
encoder.tcl initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00
logoLPI.gif initial release of jp3d library and codec 2006-10-30 15:32:50 +00:00

README

HOWTO USE THE TCL/TK APP IN 'jp3d/tcltk'
----------------------------------------
1. Download the 'BWidget-1.9.2'
    http://www.sourceforge.net/projects/tcllib/

2. Install it e.g. in '/usr/local/BWidget-1.9.2/'
3. Add the lappend command in line 4
  to jp3d/tcltk/LPI_JP3D_VM.tcl:

#!/bin/sh
# The next line is executed by /bin/sh, but not tcl \
exec wish "$0" ${1+"$@"}
lappend auto_path /usr/local/BWidget-1.9.2