Skip to content

Commit

Permalink
doc: my engrish iz bad.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Feb 4, 2019
1 parent b09405b commit 3ade9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/triangle.dox
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ MAGNUM_APPLICATION_MAIN(TriangleExample)

That's all, now we can compile the whole example using CMake. Apart from the
standard CMake setup related to version requirements and paths to
`FindMagnum.cmake`, `FindSDL2.cmake` and `FindCorrade.cmake`, as desribed in
`FindMagnum.cmake`, `FindSDL2.cmake` and `FindCorrade.cmake`, as described in
the @ref getting-started "Getting Started Guide", the setup is as follows.
First we require the `Magnum` package with `GL`, `Shaders` and
`Sdl2Application` components. It's recommended to use also Corrade's set of
`Sdl2Application` components. It's recommended to also use Corrade's set of
compiler flags to enable additional warnings. Then we create our executable and
link to all Magnum libraries we requested. See @ref cmake for more information.

Expand Down

0 comments on commit 3ade9e6

Please sign in to comment.