From fc92b5dfb03c92fd59567f6fa989eb7e4345dc64 Mon Sep 17 00:00:00 2001 From: "J.C. Jones" Date: Thu, 5 Aug 2004 01:10:14 +0000 Subject: [PATCH] Incremental update ... (John Fay) git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@507 7f0cb862-5218-0410-a997-914c9d46530a --- README | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README b/README index 79a4f7f..c6c0556 100644 --- a/README +++ b/README @@ -9,13 +9,10 @@ tium style license (see COPYING for details), to offer you a chance to use and/or modify the source. - It makes use of OpenGL, GLU, GLib and pthreads-win32 libraries. GLib is - LGPL'ed and I hope I do not violate it's license by using it. In case this - is true, please notify me so that I remove GLib usage from the project. - - The library does not make use of any GLUT code and is not 100% compatible. - Code recompilation and/or slight modifications might be required for your - applications to work with freeglut. + It makes use of OpenGL, GLU, and pthreads-win32 libraries. The library does + not make use of any GLUT code and is not 100% compatible. Code recompilation + and/or slight modifications might be required for your applications to work + with freeglut. PORTS -- 1.7.10.4