This plugin will allow you to import and export images using 3dfx's
FXT1 compression method.  This plugin will allow you to develop FXT1
compressed textures for your 3D applications.  This plugin may also be
of use to developers actively working on FXT1 for creating and viewing
FXT1 compressed images.


Installation instructions: 
-------------------------- 
Before building the FXT1 plugin you need to install and build the FXT1
command line tools.  This is because the plugin must link against the
compression code that is distributed with FXT1.  The tool set can be
found at
	http://www-dev.3dfx.com/fxt1/download.html 
under the link fxt1.tar.gz.  After building the FXT1 tool set you need
to set the environment variable FXT1_DIR to the directory containing
the FXT1 build.  Finally you can run make in the FXT1 plugin
directory.  You can install the resulting binary either in your
personal plugin directory
	~/.gimp/plug-ins/
or in the system wide plugin directory which would be something like
	/usr/lib/gimp/1.0/plug-ins.

