From 1d3caa9a553bb34095ae2e48452c2fc99e3a5239 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Wed, 27 May 2020 10:19:49 +0300 Subject: [PATCH] prepare release 0.1 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index ed78af6..37c7e2e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ you decide to statically link, at which point you need to deal with the whole instead of dropping it in your code, it still won't present any MSVC runtime compatibility issues, since it doesn't call any C library functions whatsoever. +Download +-------- +Latest release (v0.1): + - https://github.com/jtsiomb/miniglut/releases/download/v0.1/miniglut-0.1.tar.gz + - https://github.com/jtsiomb/miniglut/releases/download/v0.1/miniglut-0.1.zip + +Both archives are identical, choose whichever is more convenient. + +Source repository (git): + - https://github.com/jtsiomb/miniglut + Build ----- Under X11 MiniGLUT depends only on Xlib and OpenGL. Therefore to build a program -- 1.7.10.4