]> www.wagner.pp.ru Git - oss/tclsyslog.git/blob - README
76e411f0e376f95f95b56b978e6458225f9b9760
[oss/tclsyslog.git] / README
1 I was highly surprised that TclX package, which provides a lot of
2 Unix-specific functionality for Tcl doesn't provide interface to syslog. 
3
4 So, I've designed my own package.
5
6 It is not fully TEA-compliant extension yet, becouse I haven't just
7 got time for writing proper autoconf configuration, but should be fairly
8 easy to configure and build by anybody who knows what syslog is and why
9 to use it.
10
11 This version is designed for Tcl 8.0 or below. It uses old string-based
12 API and should be compatible with any Tcl version down to 7.4
13
14 If you use tcl 8.1 or above go and get tclsyslog-2.0 
15
16 Home site of this package is at
17
18 http://www.ice.ru/~vitus/works/tcl.html#syslog
19
20 Installation
21
22 1. Edit variables on the top of Makefile
23 2. Do make all
24 3. Test extension by loading it into tclsh via load ./libsyslog.so.1.1 
25    and sending couple of messages from command line
26 4. Verify that PREFIX variable set so that ${PREFIX}/lib is included in
27    your tcl_pkgPath (or set LIBDIR to directory in tcl_pkgPath)
28    and do make install
29    Note that GNU install is assumed. Use install-sh provided in tcl
30    distribution if your install is not GNU install
31    
32 Send comments, suggestions and patches  to vitus@ice.ru
33
34                         Victor Wagner
35
36                                                 
37