From 6fe1c906e7867b42189a8096403ccc4cc7998c4c Mon Sep 17 00:00:00 2001 From: Keith Rosenberg Date: Fri, 20 Sep 2013 21:44:05 -0400 Subject: [PATCH] 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! --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.txt b/README.txt index 1b19c53..a609a15 100644 --- a/README.txt +++ b/README.txt @@ -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: