Update README steps for make

Including the other couple of steps to make for others for whom it is not obvious. Generally people find out about GLEW when using it as dependency of another lib, and they may or may not be familiar with the make process. Leaving it vague leads to more people reporting issues, which I'm aiming to avoid here!
This commit is contained in:
Keith Rosenberg 2013-09-20 21:44:05 -04:00
parent a6c3e7dad0
commit 6fe1c906e7
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ If you downloaded the tarball from the GLEW website, you just need to:
Unix:
make
sudo -s
make install
make clean
Windows: