games202-hw/hw2/prt/ext/openexr/PyIlmBase
ink-soul f449127608 init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
..
PyIex init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
PyIexTest init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
PyImath init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
PyImathNumpy init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
PyImathNumpyTest init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
PyImathTest init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
config init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
config.windows init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
doc init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
m4 init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
AUTHORS init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
CMakeLists.txt init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
COPYING init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
ChangeLog init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
INSTALL init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
LICENSE init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
Makefile.am init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
NEWS init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
PyIlmBase.pc.in init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
README init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
README.OSX init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
bootstrap init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
configure.ac init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
pyilmbase.m4 init commit ready for homework framwork 2023-06-16 09:48:28 +08:00

README

ABOUT THE PYILMBASE LIBRARIES 
----------------------------

The PyIlmBase library provides python bindings for the IlmBase library.

If you have questions about using the PyIlmBase 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.