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:
parent
6633fd32ac
commit
100396cef0
@ -27,7 +27,18 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user