Browse Source

I never thought Markdown would be *this* fragile.

Having `2015.` at beginning of a line treated is as a start of ordered
list. WTF.
pull/187/head^2
Vladimír Vondruš 10 years ago
parent
commit
fc356a3122
  1. 4
      README.md
  2. 4
      doc/building.dox

4
README.md

@ -90,8 +90,8 @@ Minimal dependencies
-------------------- --------------------
* C++ compiler with good C++11 support. Compilers which are tested to have * C++ compiler with good C++11 support. Compilers which are tested to have
everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= 2015.
2015. On Windows you can also use **MinGW-w64**. On Windows you can also use **MinGW-w64**.
* **CMake** >= 2.8.12 * **CMake** >= 2.8.12
* **Corrade** - Plugin management and utility library. You can get it at * **Corrade** - Plugin management and utility library. You can get it at
https://github.com/mosra/corrade. https://github.com/mosra/corrade.

4
doc/building.dox

@ -33,8 +33,8 @@ namespace Magnum {
Minimal set of tools and libraries required for building is: Minimal set of tools and libraries required for building is:
- C++ compiler with good C++11 support. Compilers which are tested to have - C++ compiler with good C++11 support. Compilers which are tested to have
everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= 2015.
2015. On Windows you can also use **MinGW-w64**. On Windows you can also use **MinGW-w64**.
- **CMake** >= 2.8.12 - **CMake** >= 2.8.12
- **Corrade** - Plugin management and utility library. See - **Corrade** - Plugin management and utility library. See
@ref building-corrade "Corrade download and installation guide" for more @ref building-corrade "Corrade download and installation guide" for more

Loading…
Cancel
Save