frequens wrote:
With Mapserver 5.0 coming with the second rendering engine (nice
results) it is imperative to install the AGG library. Unfortunately the
AGG documentation is rather short. Would somebody be willing to write a
few lines how to install Libagg for Mapserver use, preferably for a
Linux system?
Thank you in advance,
frequens
You do not need install AGG, just download it to a working dir and type
make in that dir. Then in the mapserver dir
./configure --with-agg=/path/to/agg/dir ...
and you are done.
-Steve