Adding a Frequently Asked Questions file
[freeglut] / README
diff --git a/README b/README
index 268201e..c6c0556 100644 (file)
--- a/README
+++ b/README
@@ -2,21 +2,17 @@
     BRIEF OVERVIEW
     ==============
 
-    This is an alpha release of the freeglut package. Currently only
-    the alpha version of freeglut-1.3 library is available.
+    This is the freeglut package.
     
     Freeglut, the Free openGL Utility Toolkit, is meant to be a free alter-
     native to Mark Kilgard's GLUT library. It is distributed under an X-Consor-
     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