cgal/Circular_kernel_3/demo/Circular_kernel_3
Sylvain Pion b16cc956c8 comment out unused argument 2007-03-23 19:17:15 +00:00
..
images constification 2007-02-15 07:58:15 +00:00
README To link spec. 2006-08-23 14:40:11 +00:00
demo_circle.cpp Include <CGAL/basic.h> before "#ifdef CGAL_USE_QT". 2007-03-12 10:46:23 +00:00
demo_circle.h comment out unused argument 2007-03-23 19:17:15 +00:00
makefile replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:54:17 +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]