previous   InstallationWindows   next

Linux and Similar Operating Systems

In the following jpgfdraw-<version>-<lang>.zip indicates which version of Jpgfdraw that you downloaded. For example, jpgfdraw-0.5.5b-uk.zip. Note that this procedure has changed from versions prior to version 0.3b.

  1. Unzip jpgfdraw-<version>-<lang>.zip, e.g.:

    unzip jpgfdraw-0.5.5b-uk -d /usr/share/

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