From 7c706576b88bdc65cc8589c6bba49999a99f06bd Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Mon, 27 Jan 2020 10:44:14 +1000 Subject: [PATCH 1/2] Add TOC to README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index b8b2d2f..fa92078 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,31 @@ https://github.com/nigels-com/glew [![Gitter](https://badges.gitter.im/nigels-com/glew.svg)](https://gitter.im/nigels-com/glew?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Download](https://img.shields.io/sourceforge/dm/glew.svg)](https://sourceforge.net/projects/glew/files/latest/download) +## Table of Contents + + * [Downloads](#downloads) + * [Recent snapshots](#recent-snapshots) + * [Build](#build) + * [Linux and Mac](#linux-and-mac) + * [Using GNU Make](#using-gnu-make) + * [Install build tools](#install-build-tools) + * [Build](#build-1) + * [Linux EGL](#linux-egl) + * [Linux OSMesa](#linux-osmesa) + * [Linux mingw-w64](#linux-mingw-w64) + * [Using cmake](#using-cmake) + * [Install build tools](#install-build-tools-1) + * [Build](#build-2) + * [Windows](#windows) + * [Visual Studio](#visual-studio) + * [MSYS/Mingw](#msysmingw) + * [MSYS2/Mingw-w64](#msys2mingw-w64) + * [glewinfo](#glewinfo) + * [Code Generation](#code-generation) + * [Authors](#authors) + * [Contributions](#contributions) + * [Copyright and Licensing](#copyright-and-licensing) + ## Downloads Current release is [2.1.0](https://sourceforge.net/projects/glew/files/glew/2.1.0/). From 83a174e575ffa0e2c9667155625880ed5f6e5006 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Mon, 27 Jan 2020 10:46:14 +1000 Subject: [PATCH 2/2] Fixup TOC for README.md --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index fa92078..bfec306 100644 --- a/README.md +++ b/README.md @@ -14,28 +14,28 @@ https://github.com/nigels-com/glew ## Table of Contents - * [Downloads](#downloads) - * [Recent snapshots](#recent-snapshots) - * [Build](#build) - * [Linux and Mac](#linux-and-mac) - * [Using GNU Make](#using-gnu-make) - * [Install build tools](#install-build-tools) - * [Build](#build-1) - * [Linux EGL](#linux-egl) - * [Linux OSMesa](#linux-osmesa) - * [Linux mingw-w64](#linux-mingw-w64) - * [Using cmake](#using-cmake) - * [Install build tools](#install-build-tools-1) - * [Build](#build-2) - * [Windows](#windows) - * [Visual Studio](#visual-studio) - * [MSYS/Mingw](#msysmingw) - * [MSYS2/Mingw-w64](#msys2mingw-w64) - * [glewinfo](#glewinfo) - * [Code Generation](#code-generation) - * [Authors](#authors) - * [Contributions](#contributions) - * [Copyright and Licensing](#copyright-and-licensing) +* [Downloads](#downloads) + * [Recent snapshots](#recent-snapshots) +* [Build](#build) + * [Linux and Mac](#linux-and-mac) + * [Using GNU Make](#using-gnu-make) + * [Install build tools](#install-build-tools) + * [Build](#build-1) + * [Linux EGL](#linux-egl) + * [Linux OSMesa](#linux-osmesa) + * [Linux mingw-w64](#linux-mingw-w64) + * [Using cmake](#using-cmake) + * [Install build tools](#install-build-tools-1) + * [Build](#build-2) + * [Windows](#windows) + * [Visual Studio](#visual-studio) + * [MSYS/Mingw](#msysmingw) + * [MSYS2/Mingw-w64](#msys2mingw-w64) +* [glewinfo](#glewinfo) +* [Code Generation](#code-generation) +* [Authors](#authors) +* [Contributions](#contributions) +* [Copyright and Licensing](#copyright-and-licensing) ## Downloads