Installation

Contents:


General

General installation steps:

  • Check the requirements for your operating system
  • Download the appropriate installation package for your operating system: Downloads
  • Install the package
  • Add the installation directory to your search path

Linux

Requirements:


Debian package install (requires root permissions):

> sudo dpkg -i djv_0.8.2_linux-x86.deb

RPM package install (requires root permissions):

> sudo rpm -iv djv-0.8.2_linux-x86.rpm

Add the installation directory to your search path:

Default installation directory: /usr/local/djv

C Shell ($HOME/.cshrc):

setenv PATH ${PATH}:/usr/local/djv/bin

Bourne shell ($HOME/.profile):

export PATH=$PATH:/usr/local/djv/bin

Mac OS

Requirements:


Open the disk image and then copy the DJV package to where you would like to install it (a link to the Applications directory is provided as a shortcut).


To use the command-line utilities, add the installation directory to your search path:

C Shell ($HOME/.cshrc):

setenv PATH ${PATH}:/Applications/djv-0.8.2.app/Contents/Resources/bin

Bourne shell ($HOME/.profile):

export PATH=$PATH:/Applications/djv-0.8.2.app/Contents/Resources/bin

Solaris

Requirements:


Install the package (requires root permissions):

# gunzip djv-0.8.2_solaris-x86.gz
# pkgadd -d djv-0.8.2_solaris-x86

Add the installation directory to your search path:

Default installation directory: /opt/djv

C Shell ($HOME/.cshrc):

setenv PATH ${PATH}:/opt/djv/bin

Bourne shell ($HOME/.profile):

export PATH=$PATH:/opt/djv/bin

Windows

Requirements:


Trouble-Shooting

Diagnostic information about the software may be found either from the Help/Information menu or from the command-line:

> djv_view -info

Errata

The OpenGL 1.2 renderer does not support the following features:

  • Floating-point images.
  • Image rotation.
  • Image filters.

OpenEXR:

  • OpenGL 2.0 is required for floating-point image support.