From c1210ea513b82ef449f0ba8ec82d02a25cabe977 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Mon, 5 Oct 2015 18:20:39 +1000 Subject: [PATCH] Migrating README.txt to README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ README.txt | 34 ---------------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4b011f --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +GLEW - The OpenGL Extension Wrangler Library + + http://glew.sourceforge.net/ + https://github.com/nigels-com/glew + +[![Build Status](https://travis-ci.org/nigels-com/glew.svg?branch=master)](https://travis-ci.org/nigels-com/glew) + +If you downloaded the tarball or zip archive from the GLEW website, +you just need to: + + Unix: + * make + * sudo -s + * make install + * make clean + + Windows: + use the project file in build/vc12/ + +If you wish to build GLEW from scratch (update the extension data from +the net or add your own extension information), you need a Unix +environment (including wget, perl, and GNU make). The extension data +is regenerated from the top level source directory with: + + make extensions + +An alternative to generating the GLEW sources from scratch is to +download a pre-generated (unsupported) snapshot: + + https://sourceforge.net/projects/glew/files/glew/snapshots/ + +Travis-built sources are also available: + + https://glew.s3.amazonaws.com/index.html \ No newline at end of file diff --git a/README.txt b/README.txt deleted file mode 100644 index ae0be24..0000000 --- a/README.txt +++ /dev/null @@ -1,34 +0,0 @@ -GLEW - The OpenGL Extension Wrangler Library - - http://glew.sourceforge.net/ - https://github.com/nigels-com/glew - -See doc/index.html for more information. - -If you downloaded the tarball from the GLEW website, you just need to: - - Unix: - - make - - sudo -s - - make install - - make clean - - Windows: - - use the project file in build/vc12/ - -If you wish to build GLEW from scratch (update the extension data from -the net or add your own extension information), you need a Unix -environment (including wget, perl, and GNU make). The extension data -is regenerated from the top level source directory with: - - make extensions - -An alternative to generating the GLEW sources from scratch is to -download a pre-generated (unsupported) snapshot: - - https://sourceforge.net/projects/glew/files/glew/snapshots/