INSTALL 1.1 KB

123456789101112131415161718192021222324252627282930
  1. sppdgTcllib/console/INSTALL
  2. console package installation instructions
  3. This tcl library provides the 'console' package for use within
  4. applications.
  5. The library includes GNU autotools files for configuring and
  6. installing the library. It can either be installed on its own, or it
  7. can be installed as a subdirectory of sppdgTcllib. These instructions
  8. are for individual installation.
  9. Before installing, make sure that the package version numbers match in
  10. all the right places. The version number in console.tcl and
  11. pkgIndex.tcl (on the [package provide] and [package ifneeded] lines)
  12. control the version number within the Tcl interpreter. The version
  13. numbers in configure.ac control the directory numbering for the target
  14. installation. All files should also be tagged in CVS with the proper
  15. version number, where the tag is of the form console_1_3_2 (using
  16. underscores instead of periods).
  17. To make and install this library, select a prefix for installation,
  18. usually matching sppdgTcllib's location.
  19. configure --prefix=/sppdg/software/lib/common/sppdgTcllib0.1
  20. make
  21. make install