From 2381c84fe5b82d25af08dca74ef26916b5d3bcf4 Mon Sep 17 00:00:00 2001 From: n00b87 Date: Wed, 18 Dec 2024 16:40:25 -0500 Subject: [PATCH] Update the README with build instructions for windows --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e5171e4..30ff9eb 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # RCBASIC4 Version 4 of the RCBasic Programming Language Compiler and Runtime + +## Setup Build Environment + +### On Windows +1. Install the following software: Codeblocks, MinGW32, MinGW64, Git, and CMake +2. Set MINGW32 and MINGW64 environment variables to the root of each tool +3. Set CODEBLOCKS_DIR to Codeblocks root +4. Run RCBasic_Dev_Setup.bat + +