summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-12 13:55:43 +0100
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-01-13 03:39:34 +0100
commit73899fc81e26797b5e60de8de3fac676373275d8 (patch)
tree9512aa77ee4042be643cc66cb2386bea952fe409 /README.md
parentAdded togglable VSync option (diff)
downloadAltCraft-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 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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.