summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjussi2022-02-24 18:02:22 +0200
committerjussi2022-02-24 18:02:22 +0200
commit7c7b406aaf46fa49396f78c9b8b01d46f2eb9b7c (patch)
treeab2c25122a035aec6a91cb830b1f7c94ff2b93b4 /README.md
parent30ae308c9b26b18096f3f993f4b6ad50ea6bfd76 (diff)
downloadreilua-enhanced-7c7b406aaf46fa49396f78c9b8b01d46f2eb9b7c.tar.gz
reilua-enhanced-7c7b406aaf46fa49396f78c9b8b01d46f2eb9b7c.tar.bz2
reilua-enhanced-7c7b406aaf46fa49396f78c9b8b01d46f2eb9b7c.zip
Small fix to dungeon cravler demo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2d2b338..8833984 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Reilua means fair in finnish.
ReiLua is currently in arbitrary version 0.1 and some planned raylib functionality is still missing but it already has over 300 functions.
-List of some missing features that are planned to be included. For specific function check API.
+List of some MISSING features that are planned to be included. For specific function, check API.
* Core
* Some screen-space-related functions
@@ -123,8 +123,6 @@ If you now see extremely low res snake racing off the window then you are succes
### Windows
-I don't have much experience on compiling on Windows, but I got the following method to work.
-
* Download "w64devkit" from https://github.com/skeeto/w64devkit and "CMake" from https://cmake.org/download/. Install CMake with path environment variables set.
* Download Raylib source.
* Run "w64devkit.exe" and navigate( ls == dir ) to "raylib-master/src" folder and run...