Introduction: Libart is a high-performance rendering library that provides a rich imaging model. Libart's imaging model is a superset of PostScript, and it adds support for anti-aliasing and alpha compositing, aka transparency. Purpose: N.A. Limitations: N.A. Configure and Compile Options: Compiler: Sun Studio 10 64-bits Components CC = "/opt/SUNWspro/bin/cc -g -O -xtarget=opteron -xarch=amd64" CXX = "/opt/SUNWspro/bin/CC -gO -xtarget=opteron -xarch=amd64" F77 = "/opt/SUNWspro/bin/f77 -g -O -xtarget=opteron -xarch=amd64" CFLAGS = "-g -O -xtarget=opteron -xarch=amd64" CXXFLAGS = "-gO -xtarget=opteron -xarch=amd64" FFLAGS = "-gO -xtarget=opteron -xarch=amd64" LD = "ld -64" LDFLAGS = "-L/usr/sfw/lib/amd64 -L/usr/lib/amd64 \ -R/usr/sfw/lib/amd64 -R/usr/lib/amd64" CPPFLAGS = "-I/usr/sfw/include" ./configure --prefix=/usr/local/libart-2.3.17 \ --bindir=/usr/local/libart-2.3.17/bin/amd64 \ --libdir=/usr/local/libart-2.3.17/lib/amd64 \ --disable-rrdcgi --disable-perl --disable-tcl --disable-python 32-bits Components CC = "/opt/SUNWspro/bin/cc -g -O -xtarget=opteron" CXX = "/opt/SUNWspro/bin/CC -gO -xtarget=opteron" F77 = "/opt/SUNWspro/bin/f77 -g -O -xtarget=opteron" CFLAGS = "-g -O -xtarget=opteron" CXXFLAGS = "-gO -xtarget=opteron" FFLAGS = "-gO -xtarget=opteron" LDFLAGS = "-L/usr/sfw/lib -L/usr/lib -R/usr/sfw/lib -R/usr/lib" CPPFLAGS = "-I/usr/sfw/include" ./configure --prefix=/usr/local/libart-2.3.17 \ --bindir=/usr/local/libart-2.3.17/bin/i86 \ --disable-rrdcgi --disable-tcl --disable-python --disable-perl