==========================================================================
If you have Slackware 10.0, just copy the ./bin/d70reader program into 
a directory of your choice (example);

/usr/local/bin

You should be logged on as 'root' to do the file copy, here are the steps:

.  su root
.  cp ./bin/d70reader /usr/local/bin
.  chmod 755 /usr/local/bin/d70reader
.  d70reader image_file_name	#Note:  This step is required to properly create the configuration file
.  exit

==========================================================================
To make the application on your system, do this:

cd ./jpeglib
./configure
make
make install (Note:  If you already have the jpeg-6b library installed on your system, ignore this step.)
cd ..
./make_rotate

copy the ./d70reader program to a directory of your choice (example):

/usr/local/bin

You should be logged on as 'root' to do the file copy, here are the steps:

.  su root
.  cp ./bin/d70reader /usr/local/bin
.  chmod 755 /usr/local/bin/d70reader
.  d70reader image_file_name	#Note:  This step is required to properly create the configuration file
.  exit


