Installing the SoftwareApple Mac OSRequirementsDownload
InstallOpen the disk image and copy the package to where you would like to install it (a link to the Applications directory is provided as a shortcut). Post-InstallTo use the command-line utilities add the install directory to your search path. Example C Shell ($HOME/.cshrc): setenv PATH ${PATH}:/Applications/djv-0.8.2.app/Contents/Resources/bin Example Bourne shell ($HOME/.profile): export PATH=$PATH:/Applications/djv-0.8.2.app/Contents/Resources/bin UninstallDelete the package from where you installed it. LinuxRequirementsDownload
InstallNote that installing the software requires root permissions. Example Debian package install: > sudo dpkg -i djv_0.8.2_linux-x86.deb Example RPM package install: > sudo rpm -iv djv-0.8.2_linux-x86.rpm Post-InstallAdd the install directory to your search path. Default install directory: /usr/local/djv Example C Shell ($HOME/.cshrc): setenv PATH ${PATH}:/usr/local/djv/bin Example Bourne shell ($HOME/.profile): export PATH=$PATH:/usr/local/djv/bin UninstallExample Debian package uninstall: > sudo dpkg --purge djv Example RPM package uninstall: > sudo rpm -e djv Microsoft WindowsRequirementsDownload
Sun SolarisRequirementsDownload
InstallNote that installing the software requires root permissions. Example install: # gunzip djv-0.8.2_solaris-x86.gz # pkgadd -d djv-0.8.2_solaris-x86 Post-InstallAdd the install directory to your search path. Default install directory: /opt/djv Example C Shell ($HOME/.cshrc): setenv PATH ${PATH}:/opt/djv/bin Example Bourne shell ($HOME/.profile): export PATH=$PATH:/opt/djv/bin UninstallExample uninstall: # pkgrm djv |