Documentation work

[ci skip]
master
Camilla Berglund ago%!(EXTRA string=9 years)
parent 868f248696
commit 2bea621f7d
  1. 33
      README.md

@ -26,28 +26,26 @@ the GLFW 3 API.
## Compiling GLFW ## Compiling GLFW
See the [Compiling GLFW](http://www.glfw.org/docs/latest/compile.html) guide in GLFW supports compilation on Visual C++ 2010 and later, MinGW and MinGW-w64,
the GLFW documentation. Clang on OS X and GCC and Clang on Linux and other Unix-like systems. It will
likely compile in other environments as well, but this is not regularly tested.
## Using GLFW
See the There are also [pre-compiled Windows
[Building programs that use GLFW](http://www.glfw.org/docs/latest/build.html) binaries](http://www.glfw.org/download.html) available for all supported
guide in the GLFW documentation. compilers.
See the [compilation guide](http://www.glfw.org/docs/latest/compile.html) in the
documentation for information on compiling GLFW.
## Compile-time requirements
GLFW supports compilation on Visual C++ 2010 and later, MinGW and MinGW-w64, ## Using GLFW
Clang on OS X and GCC and Clang on Linux and other Unix-like systems. It will
likely compile in other environments as well, but this is not regularly tested.
See the [compilation guide](http://www.glfw.org/docs/latest/compile.html) for See the [building application guide](http://www.glfw.org/docs/latest/build.html)
more information. guide in the GLFW documentation for information on how to compile and link
programs using GLFW.
## Run-time requirements ## System requirements
GLFW supports Windows XP and later, OS X 10.7 Lion and later, and Linux and GLFW supports Windows XP and later, OS X 10.7 Lion and later, and Linux and
other Unix-like systems with the X Window System. other Unix-like systems with the X Window System.
@ -56,13 +54,14 @@ Experimental implementations for the Wayland protocol and the Mir display
server are available but not yet officially supported. server are available but not yet officially supported.
See the [compatibility guide](http://www.glfw.org/docs/latest/compat.html) See the [compatibility guide](http://www.glfw.org/docs/latest/compat.html)
for more information. in the documentation for more information on various platform-specific APIs and
extensions.
## Reporting bugs ## Reporting bugs
Bugs are reported to our [issue tracker](https://github.com/glfw/glfw/issues). Bugs are reported to our [issue tracker](https://github.com/glfw/glfw/issues).
Please check the [Contribution Please check the [contribution
guide](https://github.com/glfw/glfw/blob/master/.github/CONTRIBUTING.md) for guide](https://github.com/glfw/glfw/blob/master/.github/CONTRIBUTING.md) for
information on what to include when reporting a bug. information on what to include when reporting a bug.

Loading…
Cancel
Save