]> www.wagner.pp.ru Git - oss/tclsyslog.git/blob - README
reapplyed 2.0 changes
[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.1 and above. It is unicode-aware and
12 convert messages to current system encoding before sending them to
13 syslog. And it uses stubs.
14
15 If you use tcl 8.0.x go and get tclsyslog-1.1 
16
17 Home site of this package is at
18
19 http://www.ice.ru/~vitus/works/tcl.html#syslog
20
21 Installation
22
23 1. Edit variables on the top of Makefile
24 2. Do make all
25 3. Test extension by loading it into tclsh via load ./libsyslog.so.2.0 
26    and sending couple of messages from command line
27 4. Verify that PREFIX variable set so that ${PREFIX}/lib is included in
28    your tcl_pkgPath (or set LIBDIR to directory in tcl_pkgPath)
29    and do make install
30    Note that GNU install is assumed. Use install-sh provided in tcl
31    distribution if your install is not GNU install
32    
33 Send comments, suggestions and patches  to vitus@ice.ru
34
35                         Victor Wagner
36
37                                                 
38