Clarified compiler instructions
This commit is contained in:
parent
54a098a21f
commit
b49130bce7
|
|
@ -1,10 +1,10 @@
|
||||||
# SLS C
|
# SLS C
|
||||||
|
|
||||||
This is the C implementation for the YREA SLS interpreter.
|
This is the C implementation for the YREA SLS interpreter.
|
||||||
|
|
||||||
## Running
|
## Compiling, Running, and Testing
|
||||||
|
|
||||||
### Linux (UNIX)
|
### Linux (GCC)
|
||||||
|
|
||||||
Build Project: `make build`
|
Build Project: `make build`
|
||||||
Build and Run Project: `make run`
|
Build and Run Project: `make run`
|
||||||
|
|
@ -12,7 +12,9 @@ Build and Run Tests: `make test`
|
||||||
|
|
||||||
Interpreter binary location: `./bin/sls`
|
Interpreter binary location: `./bin/sls`
|
||||||
|
|
||||||
### Windows
|
### Windows (MSVC)
|
||||||
|
|
||||||
|
Use a developer shell for all nmake commands.
|
||||||
|
|
||||||
Build Project: `nmake /f Makefile.nmake build`
|
Build Project: `nmake /f Makefile.nmake build`
|
||||||
Build and Run Project: `nmake /f Makefile.nmake run`
|
Build and Run Project: `nmake /f Makefile.nmake run`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue