diff options
author | peterbell10 <peterbell10@live.co.uk> | 2017-12-22 19:25:46 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2017-12-22 19:25:46 +0100 |
commit | 832b39471512fa9543f981053573fb6b3342a396 (patch) | |
tree | 5738e02d526f882f9497d4d7d44d0e3aa9043230 /COMPILING.md | |
parent | Fix typo in #4095. (diff) | |
download | cuberite-832b39471512fa9543f981053573fb6b3342a396.tar cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.gz cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.bz2 cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.lz cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.xz cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.zst cuberite-832b39471512fa9543f981053573fb6b3342a396.zip |
Diffstat (limited to '')
-rw-r--r-- | COMPILING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPILING.md b/COMPILING.md index 7ed7c7efc..4c6826f7e 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -77,7 +77,7 @@ Install git, make, cmake and clang (or gcc), using your platform's package manag ``` sudo apt-get install git make cmake clang ``` -Ensure that you have modern C++ compiler and linker (Clang 3.4+, GCC 4.8+, or VS 2013+). +Ensure that you have modern C++ compiler and linker (Clang 3.5+, GCC 4.8+, or VS 2013+). ### Getting the Source |