@@ -36,12 +36,18 @@ bindings to the following OpenGL-related libraries:
3636OpenGLAda supports MacOSX, Windows and X11-based systems. API documentation can
3737be found on the [ project's homepage] [ 4 ] .
3838
39+ ## Windows Installer
40+
41+ There is an installer available for Windows + GNAT Community in the
42+ [ repository's * releases* section] [ 21 ] which includes all optional dependencies
43+ except FTGL (because that binding is deprecated).
44+
3945## Prerequisites
4046
4147In order to build OpenGLAda, you need to have:
4248
4349 * A GNAT compiler¹. Compilers known to work well with OpenGLAda are
44- [ GnuAda] [ 12 ] , [ AdaCore GNAT GPL 2017 ] [ 1 ] , and [ TDM-GCC] [ 17 ] . More information
50+ [ GnuAda] [ 12 ] , [ GNAT Community 2018 ] [ 1 ] , and [ TDM-GCC] [ 17 ] . More information
4551 is available on the [ GCC website] [ 5 ] .
4652 * [ GPRBuild] [ 2 ] (is bundled with AdaCore's GNAT distribution). TDM-GCC users
4753 can get it from [ here] [ 16 ] (** NOTE: The gprbuild bundled in this zip is
@@ -68,8 +74,8 @@ To install OpenGLAda with all optional libraries, execute
6874 $ gprbuild [options] openglada.gpr
6975 $ gprinstall [options] openglada.gpr
7076
71- Where * [ options] * is the set of scenario variables you want to use. The
72- available variables are:
77+ Where * [ options] * is the set of scenario variables you want to use (generally
78+ in the form of ` -X ` * name * ` = ` * value * `). The available variables are:
7379
7480 * ` Windowing_System ` : Sets the backend windowing system. Used for GLFW and also
7581 for system-dependent parts of the API (GLX, WGL, CGL):
@@ -197,4 +203,5 @@ logo that is used in the SOIL tests is distributed under the terms of the
197203 [ 16 ] : http://getadanow.com/#get_windows
198204 [ 17 ] : http://tdm-gcc.tdragon.net/
199205 [ 19 ] : https://freetype.org/
200- [ 20 ] : https://github.com/flyx/FreeTypeAda
206+ [ 20 ] : https://github.com/flyx/FreeTypeAda
207+ [ 21 ] : https://github.com/flyx/OpenGLAda/releases
0 commit comments