cgal/Circular_kernel_3/demo/Circular_kernel_3
Laurent Rineau 229375aa23 (Leftover of previous commit 46381.)
Rename demo_circle to Circular_kernel_3.
2008-10-21 09:08:02 +00:00
..
images constification 2007-02-15 07:58:15 +00:00
CMakeLists.txt Rename demo_circle to Circular_kernel_3. 2008-10-21 09:04:56 +00:00
Circular_kernel_3.cpp (Leftover of previous commit 46381.) 2008-10-21 09:08:02 +00:00
Circular_kernel_3.h Rename demo_circle to Circular_kernel_3. 2008-10-21 09:04:56 +00:00
README To link spec. 2006-08-23 14:40:11 +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]