Clarified compiler instructions

This commit is contained in:
Kyler Olsen 2025-11-26 23:30:18 -07:00
parent 54a098a21f
commit b49130bce7
1 changed files with 6 additions and 4 deletions

View File

@ -2,9 +2,9 @@
This is the C implementation for the YREA SLS interpreter.
## Running
## Compiling, Running, and Testing
### Linux (UNIX)
### Linux (GCC)
Build Project: `make build`
Build and Run Project: `make run`
@ -12,7 +12,9 @@ Build and Run Tests: `make test`
Interpreter binary location: `./bin/sls`
### Windows
### Windows (MSVC)
Use a developer shell for all nmake commands.
Build Project: `nmake /f Makefile.nmake build`
Build and Run Project: `nmake /f Makefile.nmake run`