cgal/Circular_kernel_3/demo/Circular_kernel_3
Sébastien Loriot 74eb9279d8 remove unused makefile and correct example 2009-06-25 06:03:55 +00:00
..
images
CMakeLists.txt Massive removale of "QUIET" in find_package calls (except for 2008-11-19 13:58:43 +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

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]