Previous: Content of package, Up: Introduction
[SPARC only] PGX32/PGX64 or FFB2+ are preferable because they have hardware based color space conversion function. But, these video graphics cards are often configured to use 8bit color depth, please beware. Run m64config or ffbconfig command to change color depth of OpenWindows configuration. And you can't use this function in higher resolution mode (such as 1600x1200).
SUNWmlib
)SUNWmlib
package of mediaLib(tm). mediaLib(tm) is a library optimized for
multimedia processing SIMD instruction sets (VIS technology for SPARC
and MMX/SSE/SSE2 for x86/x64). Solaris 10 bundles mediaLib(tm) by
default. For Solaris 9 or before, you can be obtained from
http://www.sun.com/processors/vis/mlib.html without fee.
If you have interest in building package or developing application by yourself, you will need following software.
SUNWmlibh
package contains header files for developing use.
Solaris10 GA bundles SUNWmlibh
package.
If package file had .pkg.gz or .pkg suffix, say KSWxxx.pkg.gz for example, gain root priviledge and install it by doing:
# gzip -d KSWxxx.pkg.gz # pkgadd -d KSWxxx.pkg all
If package were distributed in source code form, you can create package file and install it from the package file.
% sh configure.sh % make % make package % ls */pkg-*/*.pkg # pkgadd -d xxx/pkg-xxx/xxx.pkg
configure.sh script can accept several options. Run sh configure.sh --help for details.