%general-entities; ]> $LastChangedBy$ $Date$ agg-&agg-version; agg Introduction to agg The Anti-Grain Geometry (AGG) package contains a general purpose C++ graphical toolkit. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. &lfs74_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &agg-md5sum; Download size: &agg-size; Estimated disk space required: &agg-buildsize; Estimated build time: &agg-time; agg Dependencies Required and User Notes: Installation of agg Install agg by running the following commands: sed -i 's: -L@x_libraries@::' src/platform/X11/Makefile.am && sed -i '/^AM_C_PROTOTYPES/d' configure.in && bash autogen.sh --prefix=/usr --disable-static && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed -i 's: -L@x_libraries@::' src/platform/X11/Makefile.am: This fixes compiling with the current Xorg Libraries. sed -i '/^AM_C_PROTOTYPES/d' configure.in: this fixes reconfiguring with the current version of automake. bash autogen.sh: This script uses autotools to create the configure script, then it runs configure with the given arguments. Contents Installed Programs Installed Libraries Installed Directory None libagg.so, libaggfontfreetype.so, libaggplatformsdl.so, and libaggplatformX11.so /usr/include/agg2 Short Descriptions libagg.so contains the AGG API functions. libagg.so libaggfontfreetype.so contains the AGG freetype font API functions. libaggfontfreetype.so libaggplatformsdl.so contains the AGG SDL API functions that. libaggplatformsdl.so libaggplatformX11.so contains the AGG LibX11 API functions. libaggplatformX11.so