File: README.aol

package info (click to toggle)
xotcl 1.6.8-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,968 kB
  • sloc: ansic: 22,485; tcl: 2,531; sh: 791; makefile: 143
file content (21 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

 Starting with Aolserver 4.* xotcl can be loaded via
 package require. However, it is recommended to install
 the binaries under the aolserver directory. The
 recommended configuration is:

   ./configure --enable-threads --prefix=/usr/local/aolserver

 Then, you can do a 

   make
   make install

 We provide a small .tcl-file for providing xotcl as a module
 (available in all connection threads) and easing the load of 
 .xotcl files (to be loaded after the xotcl extension). The
 support file can be installed via:

   make install-aol

 Zoran, Gustaf