INSTALL 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. sppdgTcllib/units/INSTALL
  2. units package installation instructions
  3. This tcl library provides the 'units' 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 units.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 units_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. NOTE: This will install units in .../sppdgTcllib0.1/lib -- for now, just
  20. move the directory up one level. (skz)
  21. sh bootstrap
  22. configure --prefix=/sppdg/software/lib/common/sppdgTcllib0.1
  23. make
  24. make install