You need three things for a full Burt installation:
To install Burt, follow these steps:
- Download and install Tcl/Tk 8.0
- Download the Burt engine source
- Download or write some Burt scripts
- Compile and install the Burt engine
In the Burt engine source directory, type
./configure --enable-gcc
--with-tcl=Tcl 8.0 Unix source dir
Next, type
make
And finally,
make install
- Install the Burt scripts
Follow the included instructions.
|