Debian-Based Distributions

Debian-based distributions have a few specific requirements.

If you do not already have the NVIDIA Cg Toolkit installed, it can be installed from the distributed RPM with alien. Install alien with:

apt-get install alien

Then:

alien -i Cg-1.4.0-3.i386.rpm

Finally the distributions do not seem to ship with a libtiff.so.3. The supplied libtiff.so.4 appears to be compatible, so you should just be able to use a symbolic link. As root:

cd /usr/lib

 

ln -s libtiff.so.4 libtiff.so.3