1) Create a directory ToolDesigner anywhere on the server.
2) Copy the appropriate ToolDesigner zip or tar file into the ToolDesigner directory.
3) Unzip or untar the appropriate ToolDesigner zip (or tar) file.
This will result in a sub directory called "pixmaps" under the ToolDesigner directory. The pixmaps directory should include all of the .xpm files. All of the other included files should be in the ToolDesigner directory.
4) Edit the file TD60NT.lsp (for NT) or TD60UX.lsp with a text editor of your choice. To edit this file, replace the letters "PathToToolDesignerDirectory" in the file to change the path to the directory that you created. This will tell ToolDesigner where to find its files.
5) Installation is now complete. You can now load ToolDesigner by typing the following command (depending on OS) at the SolidDesigner prompt or by adding it to your pesd_customize file:
(load "/PathToToolDesignerDirectory/ToolDesigner/TD60NT.lsp")
(load "/PathToToolDesignerDirectory/ ToolDesigner/TD60UX.lsp")
Note: You must replace the letters "PathToToolDesignerDirectory" with the path you created!
6) ToolDesigner will then load into memory and be available in your SolidDesigner Session.
Enjoy!