Adding some instructions about building on a *nix platform to the 'README' file

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@765 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2009-02-03 21:22:08 +00:00
parent 6633fd32ac
commit 100396cef0

View File

@ -27,7 +27,18 @@
INSTALLATION 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 CONTRIBUTING