Documentation of the Xdobry application | ||
---|---|---|
Prev |
Xdobry System consists only Tcl-scripts and therefore no compile are necessary. However, it uses many Tcl-extension (libraries) which were programmed in C or C ++. To it belong Tk, Tix, TclX which belong to Linux-distribution, should be installed already on your computer.
Other Tcl-extensions must be installed separately:
Version XOTcl 0.82 (extension oriented to object of the Tcl) successor of OTcl and competitor of ITcl.
TDom 0.5a2 - is a DOM (Document Object model) interface for treatment of XML-documents.
Mysqltcl 1.53 - is a Tcl interface to MySql databases.
Pgtcl - is a Tcl interface to Postgersqll databases. Belongs to also to the newest RedHat distribution.
If no RPM-packages are used for the installation of the system, must the adapt file Init.tcl. This can happen with every normal ASC-Editor. Here a par) of the file lines 25-30, after the comment.
* Change the Lines below for correct setup set lib_xotcl /usr/lib/xotcl/libxotcl.so set lib_tdom /usr/lib/tdom0.5/tdom0.5.so set lib_mysqltcl /usr/lib/mysqltcl/libmysqltcl.so set lib_pgtcl /usr/lib/libpgtcl.so |