Installation (Linux)

If a client was previously installed and run, users should copy the updated /opt/FirstClass/fcapps file to their individual firstclass folders with the following command line:

$ cp /opt/firstclass/fcapps ~/firstclass/

On most modern distributions, you can double click on the appropriate package to install it, if that fails then you might have to use the command line to install the package.

Command Line Installation Instructions:

Debian Intel: (also for use on ubuntu, knoppix, and other debian x86 derivatives)
	# su
	Password: ******
	# dpkg -i fcc-10.009-Linux.i686.deb

Generic Intel(Recommended for use on distributions not based on Debian):
	# su
	Password: *******
	# cd /
	# tar xvfj fcc-10.009-Linux.i686.tar.bz2

Dependencies:
- The packages should bring down the appropriate dependencies when installed, in case the generic package is needed, the following dependencies are needed:
QT 3.3
libartsc 1.3.2+
libpng 1.2.8+
libjpeg 6b+


