Soar 7.1 Macintosh Installation Instructions Christopher R. Waterson waterson@eecs.umich.edu 5/2/97 This document describes how to install and configure Soar 7.1 for the Macintosh. Hopefully, most of this will go away when we figure out how to use an installer program. Installation ============ 1. Install Tcl 7.6 and Tk 4.2, Patch 2, available from http://www.sunlabs.com/tcl/. 2. Download and unpack the Soar distribution file. This will create a folder "Soar 7.1 Installation". 3. Move the folder named "soar" from the Soar 7.1 Installation folder to System Folder:Extensions:Tool Command Language. (That is, the "Tool Command Language" folder contained inside the "Extensions" folder in your System Folder. Getting Started =============== The specific details of how you run Soar 7.1 depend on whether you are using a Power PC or a 68k Macintosh: Power PC. To Run Soar 7.1 on a Power PC Macintosh, start "Simple Tcl 7.6" or "Wish 4.2" from the Tcl/Tk Folder. Type "package require Soar" at the command prompt, or include this command in your Soar program files. 68k. To Run Soar 7.1 on a 68k Macintosh, run either the "TclSoar" or "TkSoar" program, both of which are included with this installation. As with a Power PC, type "package require Soar" to load the Soar extension.