diff options
| author | jussi | 2022-02-24 18:02:22 +0200 |
|---|---|---|
| committer | jussi | 2022-02-24 18:02:22 +0200 |
| commit | 7c7b406aaf46fa49396f78c9b8b01d46f2eb9b7c (patch) | |
| tree | ab2c25122a035aec6a91cb830b1f7c94ff2b93b4 /README.md | |
| parent | 30ae308c9b26b18096f3f993f4b6ad50ea6bfd76 (diff) | |
| download | reilua-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.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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... |
