previous   Windows InstallationAccessibility   next

Unix-Like Installation

  1. Unzip jpgfdraw-0.5.6b.zip, e.g.:

    unzip jpgfdraw-0.5.6b -d /usr/share/

  2. Add the bin sub-directory to your path, e.g.:
    setenv PATH $PATH:/usr/share/jpgfdraw-0.5.6b/bin
    or
    export PATH=$PATH:/usr/share/jpgfdraw-0.5.6b/bin
    or
    declare -x PATH=$PATH:/usr/share/jpgfdraw-0.5.6b/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.)

  3. To run Jpgfdraw, type jpgfdraw at the command prompt.