Mention autogen.sh

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@773 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
spanne 2009-02-13 18:32:26 +00:00
parent 9824207a74
commit b2242c9921

View File

@ -29,16 +29,12 @@
Use the following commands to build from scratch on a *nix X11 platform: Use the following commands to build from scratch on a *nix X11 platform:
autoheader ./autogen.sh
aclocal
libtoolize --copy --force
automake --add-missing
autoconf
./configure ./configure
make make
The first four of these commands are automated in a system script called The first command is only needed after a fresh checkout, a source distribution
"autoreconf". already contains all necessary files for the last two steps.
CONTRIBUTING CONTRIBUTING