X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README;h=67d30a1f906805e685f80dcfac1843b42b3bc207;hb=3136450d49cc52d5180f644d01a1e425f388ba7e;hp=268201e02360fc876f619398f69c77aa62e86f70;hpb=c90e3f21e02020232054f78029ef9071c7359cfb;p=freeglut diff --git a/README b/README index 268201e..67d30a1 100644 --- a/README +++ b/README @@ -2,22 +2,18 @@ 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 ===== @@ -31,12 +27,19 @@ INSTALLATION ============ - See the INSTALL file. - - + Use the following commands to build from scratch on a *nix X11 platform: + + ./autogen.sh + ./configure + make + + The first command is only needed after a fresh checkout, a source distribution + already contains all necessary files for the last two steps. + + CONTRIBUTING ============ - + Bug and missing features patches are certainly welcome. Just as comments and FREEGLUT API 1 propositions are. @@ -44,18 +47,18 @@ does (tabs converted 4 white spaces). Comments are really welcome, as I believe it would be nice for people fresh new to OpenGL see how the things are done... - - + + WEB SITE AND CONTACTING THE AUTHOR ================================== Freeglut project has moved to the SourceForge: http://freeglut.sourceforge.net - - + + THE HOPE ======== - + Hope you find my work somehow useful. Pawel W. Olszta,