Page 1 of 1

How am I install the Source Code and Anti-Grain Geometry ?

Posted: Mon Jun 12, 2006 9:50 pm
by amor
Can someone help me?

Posted: Tue Jun 13, 2006 4:55 pm
by shevegen
You must provide more info, like what platform. ;)

Posted: Tue Jun 13, 2006 7:42 pm
by amor
Sorry. :) I use Windows XP.

Posted: Fri Jun 16, 2006 10:10 pm
by MtnViewJohn
You don't need to install AGG. The AGG files used by Context Free are in the source tree in the src-agg directory.

You will need to install the QuickTime SDK for Windows from the apple web site.

The sources up on the site currently only support Visual Studio 6, but my development version uses Visual Studio 2005. Probably the thing to do is to let me push out version 2.0 release this weekend and then you can use VS2005 too.

If you are going to change the CFDG grammar (the cfdg.l and cfdg.y files) then you will need to install Cygwin so that you can compile them to new .c files. The src-win/derived directory contains the makefile for doing this and is the location where the .c files belong.