From 56bba9edcb07818271c3729a15bec3fb59c8cf59 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Fri, 9 Dec 2016 01:01:08 +0000 Subject: [PATCH] Readme: Minor formatting adjustments. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 087be41156..50eae877f6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ section "Licensing" in readme.txt for details. * * * -See readme.txt for the original OpenTTD readme. +See [readme.txt](readme.txt) for the original OpenTTD readme. The thread for this patchpack can be found [here](http://www.tt-forums.net/viewtopic.php?f=33&t=73469). @@ -209,7 +209,9 @@ The *feature-sx* branches use the savegame framework in the *save_ext* branch. #### Compiler requirements As of v0.15.0, C++11 support is required. + The minimum supported compiler versions are: * GCC: 4.7 * clang: 3.3 + Sufficienty up-to-date versions of other compiler toolchains including MSVC and ICC should also work.