Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
RenderOGL Software Package | ||||||||
Line: 42 to 42 | ||||||||
You will also have to install tmk (see next section). I can give you some advice on this, just ask. | ||||||||
Deleted: | ||||||||
< < |
Compiling with TMK | |||||||
Added: | ||||||||
> > | Compiling with TMK | |||||||
To generate executables, we use an elegant Tcl-based make utility called tmk![]() tmk is that makefiles should be as simple and platform independent as possible. With tmk , the whole burden of platform-dependent specifications is placed on the maintainer of the tcl installation (me), not on the programmer using it. A tmk Makefile (called TMakefile) is for that reason usually only about 1-5 lines long. |