diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-01-12 13:55:43 +0100 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-01-13 03:39:34 +0100 |
commit | 73899fc81e26797b5e60de8de3fac676373275d8 (patch) | |
tree | 9512aa77ee4042be643cc66cb2386bea952fe409 /README.md | |
parent | Added togglable VSync option (diff) | |
download | AltCraft-73899fc81e26797b5e60de8de3fac676373275d8.tar AltCraft-73899fc81e26797b5e60de8de3fac676373275d8.tar.gz AltCraft-73899fc81e26797b5e60de8de3fac676373275d8.tar.bz2 AltCraft-73899fc81e26797b5e60de8de3fac676373275d8.tar.lz AltCraft-73899fc81e26797b5e60de8de3fac676373275d8.tar.xz AltCraft-73899fc81e26797b5e60de8de3fac676373275d8.tar.zst AltCraft-73899fc81e26797b5e60de8de3fac676373275d8.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |