Barcode Reader User Manual

Installing the Code Generation Tools
4-4
Setting up the software tools using a C shell
If you are using a C shell, enter the following:
setenv C_DIR ”
tool_dir
setenv A_DIR ”
tool_dir
set path=(
tool_dir
$path)
You can move the setenv and set path commands into your .login or .cshrc
file to avoid entering these commands each time you invoke a new shell.
Setting up the software tools using a Korn shell
If you are using a Bourne or Korn shell, enter the following:
C_DIR=
tool_dir
A_DIR=
tool_dir
PATH=
tool_dir
:$PATH
You can move the environment variable instructions into your .kshrc file to
avoid entering these commands each time you invoke a new shell.
Unmounting the CD-ROM
You must unmount the CD-ROM after copying the files. As root, enter the fol-
lowing from a command shell:
cd
umount /cdrom
exit