| Previous: Installing on Computers that | Up: How to Install larify | Next: How to update larify |
Download clarify.zip from http://gking.harvard.edu and copy that file to a floppy disk. Then insert the floppy into the disk drive of the machine that is not connected to the internet. Copy clarify.zip into a temporary directory or folder on the hard disk, and use a utility such as pkunzip (available for the PC at http://www.pkware.com) or StuffIt (available for the MacIntosh at http://www.aladdinsys.com/expander/index.html) to extract the files into your temporary directory. Finally, launch Stata and type the following commands from within Stata:
net from <temporary path designator>
net install clarify
Here, replace
temporary path designator
with the path to the
temporary directory or folder where you extracted the contents of
clarify.zip. Thus, for example, if the archive were copied
and opened into the c:
temp folder on a Windows machine,
the appropriate installation commands would be:
net from c:\temp
net install clarify
On a Macintosh, if you copied clarify.zip into a temporary folder called TEMPFOLDER, you could install the program by typing:
net from :TEMPFOLDER
net install clarify