EasyGen/libs/ilmbase-1.0.2
Jacker e1ce5405b4 added the packages 2014-01-14 00:49:01 +02:00
..
Half added the packages 2014-01-14 00:49:01 +02:00
HalfTest added the packages 2014-01-14 00:49:01 +02:00
Iex added the packages 2014-01-14 00:49:01 +02:00
IexTest added the packages 2014-01-14 00:49:01 +02:00
IlmThread added the packages 2014-01-14 00:49:01 +02:00
Imath added the packages 2014-01-14 00:49:01 +02:00
ImathTest added the packages 2014-01-14 00:49:01 +02:00
config added the packages 2014-01-14 00:49:01 +02:00
config.windows added the packages 2014-01-14 00:49:01 +02:00
m4 added the packages 2014-01-14 00:49:01 +02:00
vc added the packages 2014-01-14 00:49:01 +02:00
AUTHORS added the packages 2014-01-14 00:49:01 +02:00
COPYING added the packages 2014-01-14 00:49:01 +02:00
ChangeLog added the packages 2014-01-14 00:49:01 +02:00
INSTALL added the packages 2014-01-14 00:49:01 +02:00
IlmBase.pc.in added the packages 2014-01-14 00:49:01 +02:00
LICENSE added the packages 2014-01-14 00:49:01 +02:00
Makefile.am added the packages 2014-01-14 00:49:01 +02:00
Makefile.in added the packages 2014-01-14 00:49:01 +02:00
NEWS added the packages 2014-01-14 00:49:01 +02:00
README added the packages 2014-01-14 00:49:01 +02:00
README.CVS added the packages 2014-01-14 00:49:01 +02:00
README.OSX added the packages 2014-01-14 00:49:01 +02:00
README.win32 added the packages 2014-01-14 00:49:01 +02:00
aclocal.m4 added the packages 2014-01-14 00:49:01 +02:00
bootstrap added the packages 2014-01-14 00:49:01 +02:00
config.guess added the packages 2014-01-14 00:49:01 +02:00
config.sub added the packages 2014-01-14 00:49:01 +02:00
configure added the packages 2014-01-14 00:49:01 +02:00
configure.ac added the packages 2014-01-14 00:49:01 +02:00
depcomp added the packages 2014-01-14 00:49:01 +02:00
install-sh added the packages 2014-01-14 00:49:01 +02:00
missing added the packages 2014-01-14 00:49:01 +02:00

README

ABOUT THE ILMBASE LIBRARIES 
----------------------------

Half is a class that encapsulates our 16-bit floating-point format.

IlmThread is a thread abstraction library for use with OpenEXR
and other software packages.  It currently supports pthreads and
Windows threads.

Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.

Iex is an exception-handling library.

If you have questions about using the IlmBase libraries, you may want
to join our developer mailing list.  See http://www.openexr.com for
details.


LICENSE
-------

The IlmBase source code distribution is free software.  See the file
named COPYING (included in this distribution) for details.


BUILDING ILMBASE
----------------

To build IlmBase on GNU/Linux or other UNIX-like systems, do this:

./configure
make
make install

unless you obtained IlmBase directly from CVS, in which case you
should first read README.CVS.

See README.OSX for details on building IlmBase in MacOS X.

Do `make check` to run the IlmBase confidence tests.  They should all
pass; if you find a test that does not pass on your system, please let
us know.

Other UNIX variants haven't been tested, but should be easy to build.
Let us know if you're having problems porting IlmBase to a particular
platform.

All include files needed to use the IlmBase libraries are installed in the 
OpenEXR subdirectory of the install prefix, e.g. /usr/local/include/OpenEXR.


USING ILMBASE IN YOUR APPLICATIONS
----------------------------------

On systems with support for pkg-config, use `pkg-config --cflags
IlmBase` for the C++ flags required to compile against IlmBase
headers; and `pkg-config --libs IlmBase` for the linker flags required
to link against IlmBase libraries.