Added basic compilation information.
This commit is contained in:
parent
7527ba5bc6
commit
cf88da7f50
1 changed files with 10 additions and 0 deletions
10
readme.md
10
readme.md
|
@ -37,6 +37,16 @@ Use the various properties on this type to gather the information of the compila
|
|||
|
||||
If the error is of the type `sunScriptException`, you can cast and retrieve the script name, line, and column of the error.
|
||||
|
||||
## Compiling
|
||||
|
||||
This repository contains a [premake5](https://premake.github.io/) configuration file (see [premake5.lua](premake5.lua)).
|
||||
The script generates a solution with the following projects:
|
||||
|
||||
- **ssc**, the base _ssc_ API library
|
||||
- **frontend**, the basic command-line frontend
|
||||
|
||||
Simply run the script through premake5 and build the resulting solution.
|
||||
|
||||
## Language
|
||||
|
||||
For more information on the SunScript language and its syntax, see [language.md](language.md).
|
Loading…
Reference in a new issue