File: README.Debian

package info (click to toggle)
tclthread 1%3A2.7.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,976 kB
  • sloc: ansic: 7,753; tcl: 1,641; sh: 404; makefile: 73
file content (13 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
In addition to an ordinary Thread package which is meant to be used in
Tcl/Tk applications the package includes also a library for AOLserver.

To use it install aolserver4 package and add the following lines to
/etc/aolserver4/aolserver4.tcl:

if {![catch {
        set tclthreadlib [lindex [glob /usr/lib/tcltk/thread*/libthread*-aolserver.so] 0]
      }]} {
    ns_param libthread $tclthreadlib
}

Sergei Golovan <sgolovan@debian.org>  Wed, 26 Mar 2008 23:09:37 +0300