From 73899fc81e26797b5e60de8de3fac676373275d8 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Fri, 12 Jan 2018 17:55:43 +0500 Subject: Backported to C++14 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b6ffee6..813d7d1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is aimed at being fast, being free and being easy expandable. - [x] Compiles! - [x] Some general optimizations - [x] Some graphics and gameplay settings (mouse sensitivity, rendering distance, username, etc) -- [x] C++17 +- [x] C++14 - [x] Minecraft 1.12.1 - [ ] Decouple bundled dependencies ### Original Minecraft resources support @@ -44,7 +44,7 @@ This is aimed at being fast, being free and being easy expandable. - [ ] Optimization: Greedy mesh simplification # Build -1. Install C++17 compiler, CMake 3.8, SDL2, libZLib. +1. Install C++ compiler, CMake 3.8, SDL2, libZLIB. >Linux: GCC7 and system package manager. >Windows: Visual Studio 2017 and vcpkg. -- cgit v1.2.3