Instructions to get StdTranslators to compile
---------------------------------------------


DevIL Support
-------------

The image reading/writing is done through the DevIL library available from
http://www.imagelib.org.

To get this to work, you must specify two environment variables

DEVIL_INCLUDEDIR
DEVIL_LIBDIR

This tells the build process where to get the files from.

lib3ds Support
-------------

Import of 3ds models is done through the lib3ds library available from
http://www.sourceforge.net

To get this to work, you must specify two environment variables

LIB3DS_INCLUDEDIR
LIB3DS_LIBDIR
