cgal/Circular_kernel_3/demo/Circular_kernel_3
Pedro Machado Manhaes de Castro 5e78e5b3f1 Fix License for examples and demo 2008-07-24 10:43:12 +00:00
..
images constification 2007-02-15 07:58:15 +00:00
README
demo_circle.cpp Fix License for examples and demo 2008-07-24 10:43:12 +00:00
demo_circle.h Fix License for examples and demo 2008-07-24 10:43:12 +00:00
makefile include AK 2007-08-23 07:55:52 +00:00

README

To compile this demo you need to have an OpenGL library, like:
freeglut-2.4.0
You have to set the option:
-I{your OpenGL folder}/freeglut-2.4.0/include (to compile) [The include files]
-L{your OpenGL folder}/freeglut-2.4.0/src/.libs/ (to link) [The lib files]