Adding some instructions about building on a *nix platform to the 'README' file
authorJohn F. Fay <johnffay@nettally.com>
Tue, 3 Feb 2009 21:22:08 +0000 (21:22 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Tue, 3 Feb 2009 21:22:08 +0000 (21:22 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@765 7f0cb862-5218-0410-a997-914c9d46530a

README

diff --git a/README b/README
index c6c0556..b362708 100644 (file)
--- a/README
+++ b/README
@@ -3,17 +3,17 @@
     ==============
 
     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, 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
     =====
     INSTALLATION
     ============
 
-    See the INSTALL file.
-    
-    
+    Use the following commands to build from scratch on a *nix X11 platform:
+
+        autoheader
+        aclocal
+        libtoolize --copy --force
+        automake --add-missing
+        autoconf
+        ./configure
+        make
+
+    The first four of these commands are automated in a system script called
+    "autoreconf".
+
+
     CONTRIBUTING
     ============
-    
+
     Bug and missing features patches are certainly welcome. Just as comments 
     and FREEGLUT API 1 propositions are.
 
     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, <olszta@sourceforge.net>