Clarified compiler instructions
This commit is contained in:
parent
54a098a21f
commit
b49130bce7
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue