Compiling KSL-STDLIB
To compile the standard library:
Requirements:
- KSL Source Code
- Clang (for windows)
- GCC (for linux)
Steps:
- Navigate to the
/std/folder - Run the
build.cmd(windows) orbuild.sh(linux)
- (Optionally) run
build.cmd debugto enable debug messages in runtime libraries (build.sh debugfor linux)