From 767a3c21f1a2950be7c200b9e761a266d9d8ec25 Mon Sep 17 00:00:00 2001 From: Light <59169246+Light3039@users.noreply.github.com> Date: Tue, 14 Sep 2021 18:16:08 +0430 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ef149b9..e2121e2 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,28 @@ A Cross-Platform, Cross-GraphicsAPI Game Engine Will support: * Vulkan (under development) -* Metal +* Metal (maybe not...) ## Supported Operating Systems * Windows -* Linux +* Linux (Won't compile ATM) Will support: * Mac ## Getting Started -1. `git clone --recurse-submodules -j4 https://github.com/Light3039/Light ` - * (If you cloned non-recursively run `git submodule update --init`) -2. `cd /CMake` -3. `cmake ..` -4. Build and run the Mirror project + +### Prerequisites +* OpenGL 4.5 or higher +* DirectX 11 support on Windows machines + +### Getting the project +```bash + git clone --recurse-submodules -j4 https://github.com/Light3039/Light + # if you cloned non-recursively then run "git submodule update --init" + cd /CMake + cmake .. +``` ## Acknowledgments Huge thanks to these people: