In the following jpgfdraw-<version>-<lang>.zip indicates which version of
Jpgfdraw that you downloaded. For example,
jpgfdraw-0.5.5b-us.zip. Note that this procedure has
changed from versions prior to version 0.3b.
- Unzip jpgfdraw-<version>-<lang>.zip, e.g.:
unzip jpgfdraw-0.5.5b-us -d /usr/share/
- Add the bin sub-directory to your path, e.g.:
setenv PATH $PATH:/usr/share/jpgfdraw-0.5.5b-us/bin
or
export PATH=$PATH:/usr/share/jpgfdraw-0.5.5b-us/bin
or
declare -x PATH=$PATH:/usr/share/jpgfdraw-0.5.5b-us/bin
You can add this line to your login script. (The name varies, but
it may be ~/.cshrc
, ~/.bashrc
, ~/.login
or
~/.profile
--check your system's documentation.)
- To run Jpgfdraw, type jpgfdraw at the command prompt.