From 2e4358f8d6a3dd7bd6abe12f7d315f73cdd0e639 Mon Sep 17 00:00:00 2001 From: Avi Garg Date: Fri, 17 Feb 2023 18:51:59 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ee941b..287747b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GLADWalnut is a simple application framework built with Dear ImGui and designed Currently supports Windows & Linux - with macOS planned. Setup scripts support Visual Studio 2022 by default. ## Requirements -- [Visual Studio 2022](https://visualstudio.com) (not strictly required, however included setup scripts only support this) +- [Visual Studio 2022](https://visualstudio.com) (Only for Windows build.) ## Getting Started Once you've cloned, run `scripts/Setup.bat` to generate Visual Studio 2022 solution/project files. You can use CMAKE for building project on linux. Once you've opened the solution, you can run the WalnutApp project to see a basic example (code in `WalnutApp.cpp`). I recommend modifying that WalnutApp project to create your own application, as everything should be setup and ready to go.