16 lines
447 B
Markdown
Executable File
16 lines
447 B
Markdown
Executable File
# 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
|
|
|
|
### On Linux
|
|
1. Run RCBasic_Dev_Setup.sh
|
|
|
|
NOTE: The linux setup script is still a work in progress.
|