Browse Source

Not sure what happened here.

Also, doxygen apparently takes the comma as part of the link, which
makes it obviously not work. Using a dot works.
pull/297/head
Vladimír Vondruš 8 years ago
parent
commit
edbb2820db
  1. 2
      README.md
  2. 4
      doc/changelog.dox
  3. 2
      doc/getting-started.dox

2
README.md

@ -103,7 +103,7 @@ separate repositories.
- **Magnum Bootstrap** — bootstrap projects for many use cases, helping you
get up and running in no time: https://github.com/mosra/magnum-bootstrap
- **Magnum Plugins** — various importer plugins for image, font, audio and
3D model formats is at https://github.com/mosra/magnum-plugins-plugins/branch/master)
3D model formats are at https://github.com/mosra/magnum-plugins
- **Magnum Integration** — integration with various external math and
physics, get it at https://github.com/mosra/magnum-integration
- **Magnum Examples** — examples of engine usage, varying from simple

4
doc/changelog.dox

@ -49,6 +49,10 @@ See also:
@ref Platform::GlfwApplication on X11 DEs that don't create any
`RESOURCE_MANAGER` (see [mosra/magnum#290](https://github.com/mosra/magnum/issues/290))
@subsection changelog-latest-docs Documentation
- Fixed various broken links (see [mosra/magnum#291](https://github.com/mosra/magnum/issues/291))
@section changelog-2018-10 2018.10
Released 2018-10-23, tagged as

2
doc/getting-started.dox

@ -169,7 +169,7 @@ cmake --build .
@subsection getting-started-windows Windows
On Windows you can use either MSVC 2015+ or MinGW-w64. Prebuilt SDL2 binaries
can be downloaded at https://libsdl.org/download-2.0.php, dependeding on where
can be downloaded at https://libsdl.org/download-2.0.php. Depending on where
you extract them you may need to specify `CMAKE_PREFIX_PATH` so CMake is able
to find them. For running the executable properly, Windows also need to have
all dependency DLLs copied along it. That can be done by setting

Loading…
Cancel
Save