home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / tcl / tcl+tk+t / tclx7.3bl / tclx7 / tclX7.3b / README.linux < prev    next >
Encoding:
Text File  |  1994-08-21  |  837 b   |  37 lines

  1. Linux-Related Changes:
  2.  
  3.   Support for shared libraries.
  4.   Use "standard" directory structure.
  5.  
  6. Required Packages (later versions should also work):
  7.  
  8.   gcc-2.5.8
  9.   libc-4.5.26
  10.   make-3.71
  11.   DLL tools-2.15
  12.   Tcl7.3l1
  13.   Tk3.6p1l1
  14.  
  15. How to Build and Install:
  16.  
  17.   You need to have Tcl and Tk already compiled in a sibling directory
  18.   to rebuild this package.  Also, because of the way tclX uses itself
  19.   in the installation process, the shared library support is not fully
  20.   automatic.
  21.  
  22.   ./configure   (optionally specify your favorite --prefix= option)
  23.   make
  24.   cd src; make shared
  25.   cd tksrc; make shared
  26.   make install
  27.   cd src; make install.shared
  28.   cd tksrc; make install.shared
  29.  
  30. In Case of Problems:
  31.  
  32.   Send email to the address listed below.  It may take me a while
  33.   sometimes, but I will answer eventually.
  34.  
  35. David Engel
  36. david@ods.com
  37.